#A3AFFA

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

Shades of Perano #A3AFFA

Tints of Perano #A3AFFA

Color information

#A3AFFA (or 0xA3AFFA) is unknown color: approx Perano. HEX triplet: A3, AF and FA. RGB value is (163,175,250). Sum of RGB (Red+Green+Blue) = 163+175+250=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AFFA is #5C5005. Grayscale: #B3B3B3. Windows color (decimal): -6049798 or 16428963. OLE color: 16428963.

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

Color convert

RGB163175250-
CMYK0.350.300.02
HSL231.72º89.69%80.98%-
HSV(B)231.72º34.8%98.04%-
XYZ47.6945.3596.68-
YUV179.96167.52115.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=27.72%
G=29.76%
B=42.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631752500.350.300.02231.7289.6980.98
HexA3AFFA231E02e85a51
Octal243257372433602350132121
Binary101000111010111111111010100011111100101110100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFFA; }

 p { color: rgb(163,175,250); }

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

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

 a { background-color: rgb(163,175,250); }

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

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

 span { border-color: rgb(163,175,250); }

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