#A4AFED

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

Shades of Perano #A4AFED

Tints of Perano #A4AFED

Color information

#A4AFED (or 0xA4AFED) is unknown color: approx Perano. HEX triplet: A4, AF and ED. RGB value is (164,175,237). Sum of RGB (Red+Green+Blue) = 164+175+237=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFED is #5B5012. Grayscale: #B2B2B2. Windows color (decimal): -5984275 or 15576996. OLE color: 15576996.

HSL color Cylindrical-coordinate representation of color #A4AFED: hue angle of 230.96º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AFED is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164175237-
CMYK0.310.2600.07
HSL230.96º66.97%78.63%-
HSV(B)230.96º30.8%92.94%-
XYZ45.9344.6786.32-
YUV178.78160.86117.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=28.47%
G=30.38%
B=41.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641752370.310.2600.07230.9666.9778.63
HexA4AFED1F1A07e7434f
Octal244257355373207347103117
Binary101001001010111111101101111111101001111110011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFED; }

 p { color: rgb(164,175,237); }

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

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

 a { background-color: rgb(164,175,237); }

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

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

 span { border-color: rgb(164,175,237); }

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