#A9AFDD

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

Shades of Perano #A9AFDD

Tints of Perano #A9AFDD

Color information

#A9AFDD (or 0xA9AFDD) is unknown color: approx Perano. HEX triplet: A9, AF and DD. RGB value is (169,175,221). Sum of RGB (Red+Green+Blue) = 169+175+221=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFDD is #565022. Grayscale: #B2B2B2. Windows color (decimal): -5656611 or 14528425. OLE color: 14528425.

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

Color convert

RGB169175221-
CMYK0.240.2100.13
HSL233.08º43.33%76.47%-
HSV(B)233.08º23.53%86.67%-
XYZ44.7444.3274.6-
YUV178.45152.01121.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=29.91%
G=30.97%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691752210.240.2100.13233.0843.3376.47
HexA9AFDD18150De92b4c
Octal251257335302501535153114
Binary101010011010111111011101110001010101101111010011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFDD; }

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

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

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

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

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

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

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

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