#a7afdf

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

Shades of Perano #A7AFDF

Tints of Perano #A7AFDF

Color information

#A7AFDF (or 0xA7AFDF) is unknown color: approx Perano. HEX triplet: A7, AF and DF. RGB value is (167,175,223). Sum of RGB (Red+Green+Blue) = 167+175+223=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFDF is #585020. Grayscale: #B1B1B1. Windows color (decimal): -5787681 or 14659495. OLE color: 14659495.

HSL color Cylindrical-coordinate representation of color #A7AFDF: hue angle of 231.43º 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 #A7AFDF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167175223-
CMYK0.250.2200.13
HSL231.43º46.67%76.47%-
HSV(B)231.43º25.11%87.45%-
XYZ44.5944.275.99-
YUV178.08153.35120.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.56%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=29.56%
G=30.97%
B=39.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671752230.250.2200.13231.4346.6776.47
HexA7AFDF19160De72f4c
Octal247257337312601534757114
Binary101001111010111111011111110011011001101111001111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7afdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7afdf; }

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

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

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

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

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

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

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

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