#A29DFA

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

Shades of Perano #A29DFA

Tints of Perano #A29DFA

Color information

#A29DFA (or 0xA29DFA) is unknown color: approx Perano. HEX triplet: A2, 9D and FA. RGB value is (162,157,250). Sum of RGB (Red+Green+Blue) = 162+157+250=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #A29DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DFA is #5D6205. Grayscale: #A8A8A8. Windows color (decimal): -6119942 or 16424354. OLE color: 16424354.

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

Color convert

RGB162157250-
CMYK0.350.3700.02
HSL243.23º90.29%79.8%-
HSV(B)243.23º37.2%98.04%-
XYZ44.2138.795.58-
YUV169.1173.66122.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=28.47%
G=27.59%
B=43.94%

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
Decimal1621572500.350.3700.02243.2390.2979.8
HexA29DFA232502f35a50
Octal242235372434502363132120
Binary1010001010011101111110101000111001010101111001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DFA; }

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

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

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

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

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

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

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

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