#A3ABDE

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

Shades of Perano #A3ABDE

Tints of Perano #A3ABDE

Color information

#A3ABDE (or 0xA3ABDE) is unknown color: approx Perano. HEX triplet: A3, AB and DE. RGB value is (163,171,222). Sum of RGB (Red+Green+Blue) = 163+171+222=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABDE is #5C5421. Grayscale: #AEAEAE. Windows color (decimal): -6050850 or 14592931. OLE color: 14592931.

HSL color Cylindrical-coordinate representation of color #A3ABDE: hue angle of 231.86º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3ABDE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163171222-
CMYK0.270.2300.13
HSL231.86º47.2%75.49%-
HSV(B)231.86º26.58%87.06%-
XYZ42.8542.1974.99-
YUV174.42154.85119.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=29.32%
G=30.76%
B=39.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631712220.270.2300.13231.8647.275.49
HexA3ABDE1B170De82f4b
Octal243253336332701535057113
Binary101000111010101111011110110111011101101111010001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABDE; }

 p { color: rgb(163,171,222); }

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

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

 a { background-color: rgb(163,171,222); }

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

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

 span { border-color: rgb(163,171,222); }

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