#A8AFFC

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

Shades of Perano #A8AFFC

Tints of Perano #A8AFFC

Color information

#A8AFFC (or 0xA8AFFC) is unknown color: approx Perano. HEX triplet: A8, AF and FC. RGB value is (168,175,252). Sum of RGB (Red+Green+Blue) = 168+175+252=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFFC is #575003. Grayscale: #B5B5B5. Windows color (decimal): -5722116 or 16560040. OLE color: 16560040.

HSL color Cylindrical-coordinate representation of color #A8AFFC: hue angle of 235º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8AFFC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168175252-
CMYK0.330.3100.01
HSL235º93.33%82.35%-
HSV(B)235º33.33%98.82%-
XYZ49.0546.0198.39-
YUV181.68167.68118.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=28.24%
G=29.41%
B=42.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681752520.330.3100.0123593.3382.35
HexA8AFFC211F01eb5d52
Octal250257374413701353135122
Binary10101000101011111111110010000111111011110101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFFC; }

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

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

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

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

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

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

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

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