#A5ABDF

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

Shades of Perano #A5ABDF

Tints of Perano #A5ABDF

Color information

#A5ABDF (or 0xA5ABDF) is unknown color: approx Perano. HEX triplet: A5, AB and DF. RGB value is (165,171,223). Sum of RGB (Red+Green+Blue) = 165+171+223=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABDF is #5A5420. Grayscale: #AEAEAE. Windows color (decimal): -5919777 or 14658469. OLE color: 14658469.

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

Color convert

RGB165171223-
CMYK0.260.2300.13
HSL233.79º47.54%76.08%-
HSV(B)233.79º26.01%87.45%-
XYZ43.442.4575.72-
YUV175.13155.01120.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=29.52%
G=30.59%
B=39.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651712230.260.2300.13233.7947.5476.08
HexA5ABDF1A170Dea304c
Octal245253337322701535260114
Binary101001011010101111011111110101011101101111010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABDF; }

 p { color: rgb(165,171,223); }

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

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

 a { background-color: rgb(165,171,223); }

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

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

 span { border-color: rgb(165,171,223); }

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