#A29DFB

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

Shades of Perano #A29DFB

Tints of Perano #A29DFB

Color information

#A29DFB (or 0xA29DFB) is unknown color: approx Perano. HEX triplet: A2, 9D and FB. RGB value is (162,157,251). Sum of RGB (Red+Green+Blue) = 162+157+251=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #A29DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DFB is #5D6204. Grayscale: #A8A8A8. Windows color (decimal): -6119941 or 16489890. OLE color: 16489890.

HSL color Cylindrical-coordinate representation of color #A29DFB: hue angle of 243.19º degrees, saturation: 0.92, 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 #A29DFB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162157251-
CMYK0.350.3700.02
HSL243.19º92.16%80%-
HSV(B)243.19º37.45%98.43%-
XYZ44.3738.7696.41-
YUV169.21174.16122.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.42%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=28.42%
G=27.54%
B=44.04%

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
Decimal1621572510.350.3700.02243.1992.1680
HexA29DFB232502f35c50
Octal242235373434502363134120
Binary1010001010011101111110111000111001010101111001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DFB; }

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

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

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

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

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

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

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

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