#A8AFF2

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

Shades of Perano #A8AFF2

Tints of Perano #A8AFF2

Color information

#A8AFF2 (or 0xA8AFF2) is unknown color: approx Perano. HEX triplet: A8, AF and F2. RGB value is (168,175,242). Sum of RGB (Red+Green+Blue) = 168+175+242=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFF2 is #57500D. Grayscale: #B4B4B4. Windows color (decimal): -5722126 or 15904680. OLE color: 15904680.

HSL color Cylindrical-coordinate representation of color #A8AFF2: hue angle of 234.32º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8AFF2 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168175242-
CMYK0.310.2800.05
HSL234.32º74%80.39%-
HSV(B)234.32º30.58%94.9%-
XYZ47.5145.490.26-
YUV180.54162.68119.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.72%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=28.72%
G=29.91%
B=41.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681752420.310.2800.05234.327480.39
HexA8AFF21F1C05ea4a50
Octal250257362373405352112120
Binary101010001010111111110010111111110001011110101010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFF2; }

 p { color: rgb(168,175,242); }

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

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

 a { background-color: rgb(168,175,242); }

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

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

 span { border-color: rgb(168,175,242); }

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