#A8AFDF

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

Shades of Perano #A8AFDF

Tints of Perano #A8AFDF

Color information

#A8AFDF (or 0xA8AFDF) is unknown color: approx Perano. HEX triplet: A8, AF and DF. RGB value is (168,175,223). Sum of RGB (Red+Green+Blue) = 168+175+223=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFDF is #575020. Grayscale: #B2B2B2. Windows color (decimal): -5722145 or 14659496. OLE color: 14659496.

HSL color Cylindrical-coordinate representation of color #A8AFDF: hue angle of 232.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8AFDF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168175223-
CMYK0.250.2200.13
HSL232.36º46.22%76.67%-
HSV(B)232.36º24.66%87.45%-
XYZ44.844.3176-
YUV178.38153.18120.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.68%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=29.68%
G=30.92%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681752230.250.2200.13232.3646.2276.67
HexA8AFDF19160De82e4d
Octal250257337312601535056115
Binary101010001010111111011111110011011001101111010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFDF; }

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

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

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

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

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

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

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

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