#A9AFEF

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

Shades of Perano #A9AFEF

Tints of Perano #A9AFEF

Color information

#A9AFEF (or 0xA9AFEF) is unknown color: approx Perano. HEX triplet: A9, AF and EF. RGB value is (169,175,239). Sum of RGB (Red+Green+Blue) = 169+175+239=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AFEF is #565010. Grayscale: #B4B4B4. Windows color (decimal): -5656593 or 15708073. OLE color: 15708073.

HSL color Cylindrical-coordinate representation of color #A9AFEF: hue angle of 234.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9AFEF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169175239-
CMYK0.290.2700.06
HSL234.86º68.63%80%-
HSV(B)234.86º29.29%93.73%-
XYZ47.2745.3387.92-
YUV180.5161.01119.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=28.99%
G=30.02%
B=40.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691752390.290.2700.06234.8668.6380
HexA9AFEF1D1B06eb4550
Octal251257357353306353105120
Binary101010011010111111101111111011101101101110101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFEF; }

 p { color: rgb(169,175,239); }

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

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

 a { background-color: rgb(169,175,239); }

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

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

 span { border-color: rgb(169,175,239); }

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