#A8AFDC

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

Shades of Perano #A8AFDC

Tints of Perano #A8AFDC

Color information

#A8AFDC (or 0xA8AFDC) is unknown color: approx Perano. HEX triplet: A8, AF and DC. RGB value is (168,175,220). Sum of RGB (Red+Green+Blue) = 168+175+220=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFDC is #575023. Grayscale: #B1B1B1. Windows color (decimal): -5722148 or 14462888. OLE color: 14462888.

HSL color Cylindrical-coordinate representation of color #A8AFDC: hue angle of 231.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8AFDC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168175220-
CMYK0.240.2000.14
HSL231.92º42.62%76.08%-
HSV(B)231.92º23.64%86.27%-
XYZ44.444.1573.89-
YUV178.04151.68120.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=29.84%
G=31.08%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681752200.240.2000.14231.9242.6276.08
HexA8AFDC18140Ee82b4c
Octal250257334302401635053114
Binary101010001010111111011100110001010001110111010001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFDC; }

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

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

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

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

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

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

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

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