#A29DF7

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

Shades of Perano #A29DF7

Tints of Perano #A29DF7

Color information

#A29DF7 (or 0xA29DF7) is unknown color: approx Perano. HEX triplet: A2, 9D and F7. RGB value is (162,157,247). Sum of RGB (Red+Green+Blue) = 162+157+247=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #A29DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DF7 is #5D6208. Grayscale: #A8A8A8. Windows color (decimal): -6119945 or 16227746. OLE color: 16227746.

HSL color Cylindrical-coordinate representation of color #A29DF7: hue angle of 243.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29DF7 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162157247-
CMYK0.340.3600.03
HSL243.33º84.91%79.22%-
HSV(B)243.33º36.44%96.86%-
XYZ43.7538.5193.12-
YUV168.76172.16123.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.62%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=28.62%
G=27.74%
B=43.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621572470.340.3600.03243.3384.9179.22
HexA29DF7222403f3554f
Octal242235367424403363125117
Binary1010001010011101111101111000101001000111111001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DF7; }

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

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

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

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

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

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

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

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