#A29DF9

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

Shades of Perano #A29DF9

Tints of Perano #A29DF9

Color information

#A29DF9 (or 0xA29DF9) is unknown color: approx Perano. HEX triplet: A2, 9D and F9. RGB value is (162,157,249). Sum of RGB (Red+Green+Blue) = 162+157+249=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #A29DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DF9 is #5D6206. Grayscale: #A8A8A8. Windows color (decimal): -6119943 or 16358818. OLE color: 16358818.

HSL color Cylindrical-coordinate representation of color #A29DF9: hue angle of 243.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29DF9 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162157249-
CMYK0.350.3700.02
HSL243.26º88.46%79.61%-
HSV(B)243.26º36.95%97.65%-
XYZ44.0638.6394.76-
YUV168.98173.16123.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.52%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=28.52%
G=27.64%
B=43.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621572490.350.3700.02243.2688.4679.61
HexA29DF9232502f35850
Octal242235371434502363130120
Binary1010001010011101111110011000111001010101111001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DF9; }

 p { color: rgb(162,157,249); }

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

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

 a { background-color: rgb(162,157,249); }

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

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

 span { border-color: rgb(162,157,249); }

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