#A29CFA

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

Shades of Perano #A29CFA

Tints of Perano #A29CFA

Color information

#A29CFA (or 0xA29CFA) is unknown color: approx Perano. HEX triplet: A2, 9C and FA. RGB value is (162,156,250). Sum of RGB (Red+Green+Blue) = 162+156+250=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #A29CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CFA is #5D6305. Grayscale: #A8A8A8. Windows color (decimal): -6120198 or 16424098. OLE color: 16424098.

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

Color convert

RGB162156250-
CMYK0.350.3800.02
HSL243.83º90.38%79.61%-
HSV(B)243.83º37.6%98.04%-
XYZ44.0438.3695.53-
YUV168.51173.99123.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.52%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=28.52%
G=27.46%
B=44.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621562500.350.3800.02243.8390.3879.61
HexA29CFA232602f45a50
Octal242234372434602364132120
Binary1010001010011100111110101000111001100101111010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CFA; }

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

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

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

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

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

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

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

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