#A29BFA

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

Shades of Perano #A29BFA

Tints of Perano #A29BFA

Color information

#A29BFA (or 0xA29BFA) is unknown color: approx Perano. HEX triplet: A2, 9B and FA. RGB value is (162,155,250). Sum of RGB (Red+Green+Blue) = 162+155+250=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #A29BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BFA is #5D6405. Grayscale: #A7A7A7. Windows color (decimal): -6120454 or 16423842. OLE color: 16423842.

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

Color convert

RGB162155250-
CMYK0.350.3800.02
HSL244.42º90.48%79.41%-
HSV(B)244.42º38%98.04%-
XYZ43.8838.0395.47-
YUV167.92174.32123.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=28.57%
G=27.34%
B=44.09%

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
Decimal1621552500.350.3800.02244.4290.4879.41
HexA29BFA232602f45a4f
Octal242233372434602364132117
Binary1010001010011011111110101000111001100101111010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29BFA; }

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

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

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

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

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

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

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

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