Html Css Color HEX #AFAEE2 Lavender Grey

📋 copy color: '#AFAEE2'

red 175 ◦ green 174 ◦ blue 226

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

Shades of Lavender Grey #AFAEE2

Tints of Lavender Grey #AFAEE2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.26%

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

R = 30.43%
G = 30.26%
B = 39.3%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFAEE2 (or 0xAFAEE2) is known color: Lavender Grey. HEX triplet: AF, AE and E2. RGB value is (175,174,226). Sum of RGB (Red+Green+Blue) = 175+174+226=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFAEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEE2 is #50511D. Grayscale: #B4B4B4. Windows color (decimal): -5263646 or 14855855. OLE color: 14855855.

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

Color convert

RGB 175 174 226 -
CMYK 0.23 0.23 0 0.11
HSL 241.15º 0.47% 0.78% -
HSV(B) 241.15º 0.23% 0.89% -
XYZ 46.54 44.88 78.16 -
YUV 180.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 175 174 226 0.23 0.23 0 0.11 241.15 0.47 0.78
Hex AF AE E2 17 17 0 B F1 2F 4E
Octal 257 256 342 27 27 0 13 361 57 116
Binary 10101111 10101110 11100010 10111 10111 0 1011 11110001 101111 1001110

Color Harmonies of #AFAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEE2

Black with #AFAEE2

Text Example


Text Example

White with #AFAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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