#A8ADDC

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

Shades of Perano #A8ADDC

Tints of Perano #A8ADDC

Color information

#A8ADDC (or 0xA8ADDC) is unknown color: approx Perano. HEX triplet: A8, AD and DC. RGB value is (168,173,220). Sum of RGB (Red+Green+Blue) = 168+173+220=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADDC is #575223. Grayscale: #B0B0B0. Windows color (decimal): -5722660 or 14462376. OLE color: 14462376.

HSL color Cylindrical-coordinate representation of color #A8ADDC: hue angle of 234.23º 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 #A8ADDC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168173220-
CMYK0.240.2100.14
HSL234.23º42.62%76.08%-
HSV(B)234.23º23.64%86.27%-
XYZ44.0143.3873.76-
YUV176.86152.34121.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=29.95%
G=30.84%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681732200.240.2100.14234.2342.6276.08
HexA8ADDC18150Eea2b4c
Octal250255334302501635253114
Binary101010001010110111011100110001010101110111010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADDC; }

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

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

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

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

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

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

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

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