#A7ABDF

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

Shades of Perano #A7ABDF

Tints of Perano #A7ABDF

Color information

#A7ABDF (or 0xA7ABDF) is unknown color: approx Perano. HEX triplet: A7, AB and DF. RGB value is (167,171,223). Sum of RGB (Red+Green+Blue) = 167+171+223=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ABDF is #585420. Grayscale: #AFAFAF. Windows color (decimal): -5788705 or 14658471. OLE color: 14658471.

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

Color convert

RGB167171223-
CMYK0.250.2300.13
HSL235.71º46.67%76.47%-
HSV(B)235.71º25.11%87.45%-
XYZ43.8242.6775.74-
YUV175.73154.67121.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=29.77%
G=30.48%
B=39.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671712230.250.2300.13235.7146.6776.47
HexA7ABDF19170Dec2f4c
Octal247253337312701535457114
Binary101001111010101111011111110011011101101111011001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABDF; }

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

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

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

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

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

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

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

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