#A29CFF

Color #A29CFF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A29CFF

Tints of Perano #A29CFF

Color information

#A29CFF (or 0xA29CFF) is unknown color: approx Perano. HEX triplet: A2, 9C and FF. RGB value is (162,156,255). Sum of RGB (Red+Green+Blue) = 162+156+255=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #A29CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CFF is #5D6300. Grayscale: #A8A8A8. Windows color (decimal): -6120193 or 16751778. OLE color: 16751778.

HSL color Cylindrical-coordinate representation of color #A29CFF: hue angle of 243.64º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A29CFF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162156255-
CMYK0.360.3900
HSL243.64º100%80.59%-
HSV(B)243.64º38.82%100%-
XYZ44.8438.6899.71-
YUV169.08176.49122.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 28.27%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 255 (100% from 255) = 44.50%
R=28.27%
G=27.23%
B=44.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621562550.360.3900243.6410080.59
HexA29CFF242700f46451
Octal242234377444700364144121
Binary101000101001110011111111100100100111001111010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CFF; }

 p { color: rgb(162,156,255); }

 H1.HeaderClassName
 {
   color: #A29CFF;
 }
 .AnyTagClassName
 {
   color: #A29CFF;
 }
</style>
background-color css

<style>
 a { background-color: #A29CFF; }

 a { background-color: rgb(162,156,255); }

 div.DivClassName
 {
   background-color: #A29CFF;
 }
 .BgClassName
 {
   background-color: #A29CFF;
 }
</style>
border-color css

<style>
 span { border-color: #A29CFF; }

 span { border-color: rgb(162,156,255); }

 td.TdClassName
 {
   border-color: #A29CFF;
 }
 .TagClassName
 {
   border-color: #A29CFF;
 }
</style>