Html Css Color HEX #A9AFDF Perano

📋 copy color: '#A9AFDF'

red 169 ◦ green 175 ◦ blue 223

#A9AFDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A9AFDF

Tints of Perano #A9AFDF

RGB

 RED value IS 169 (66.41% from 255) = 29.81%

 GREEN value IS 175 (68.75% from 255) = 30.86%

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 29.81%
G = 30.86%
B = 39.33%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9AFDF (or 0xA9AFDF) is known color: Perano. HEX triplet: A9, AF and DF. RGB value is (169,175,223). Sum of RGB (Red+Green+Blue) = 169+175+223=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFDF is #565020. Grayscale: #B2B2B2. Windows color (decimal): -5656609 or 14659497. OLE color: 14659497.

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

Color convert

RGB 169 175 223 -
CMYK 0.24 0.22 0 0.13
HSL 233.33º 0.46% 0.77% -
HSV(B) 233.33º 0.24% 0.87% -
XYZ 45.01 44.42 76.01 -
YUV 178.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 169 175 223 0.24 0.22 0 0.13 233.33 0.46 0.77
Hex A9 AF DF 18 16 0 D E9 2E 4D
Octal 251 257 337 30 26 0 15 351 56 115
Binary 10101001 10101111 11011111 11000 10110 0 1101 11101001 101110 1001101

Color Harmonies of #A9AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AFDF

Black with #A9AFDF

Text Example


Text Example

White with #A9AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AFDF; }

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

 H1.HeaderClassName
 {
   color: #A9AFDF;
 }
 .AnyTagClassName
 {
   color: #A9AFDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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