Html Css Color HEX #AFA9E2 Lavender Grey

📋 copy color: '#AFA9E2'

red 175 ◦ green 169 ◦ blue 226

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

Shades of Lavender Grey #AFA9E2

Tints of Lavender Grey #AFA9E2

RGB

 RED value IS 175 (68.75% from 255) = 30.7%

 GREEN value IS 169 (66.41% from 255) = 29.65%

 BLUE value IS 226 (88.67% from 255) = 39.65%

R = 30.7%
G = 29.65%
B = 39.65%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFA9E2 (or 0xAFA9E2) is known color: Lavender Grey. HEX triplet: AF, A9 and E2. RGB value is (175,169,226). Sum of RGB (Red+Green+Blue) = 175+169+226=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFA9E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9E2 is #50561D. Grayscale: #B1B1B1. Windows color (decimal): -5264926 or 14854575. OLE color: 14854575.

HSL color Cylindrical-coordinate representation of color #AFA9E2: hue angle of 246.32º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA9E2 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 169 226 -
CMYK 0.23 0.25 0 0.11
HSL 246.32º 0.5% 0.77% -
HSV(B) 246.32º 0.25% 0.89% -
XYZ 45.59 42.98 77.84 -
YUV 177.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 175 169 226 0.23 0.25 0 0.11 246.32 0.5 0.77
Hex AF A9 E2 17 19 0 B F6 32 4D
Octal 257 251 342 27 31 0 13 366 62 115
Binary 10101111 10101001 11100010 10111 11001 0 1011 11110110 110010 1001101

Color Harmonies of #AFA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9E2

Black with #AFA9E2

Text Example


Text Example

White with #AFA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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