Html Css Color HEX #AFA6EE Lavender Grey

📋 copy color: '#AFA6EE'

red 175 ◦ green 166 ◦ blue 238

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

Shades of Lavender Grey #AFA6EE

Tints of Lavender Grey #AFA6EE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.67%

 BLUE value IS 238 (93.36% from 255) = 41.11%

R = 30.22%
G = 28.67%
B = 41.11%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFA6EE (or 0xAFA6EE) is known color: Lavender Grey. HEX triplet: AF, A6 and EE. RGB value is (175,166,238). Sum of RGB (Red+Green+Blue) = 175+166+238=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFA6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6EE is #505911. Grayscale: #B0B0B0. Windows color (decimal): -5265682 or 15640239. OLE color: 15640239.

HSL color Cylindrical-coordinate representation of color #AFA6EE: hue angle of 247.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA6EE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 166 238 -
CMYK 0.26 0.30 0 0.07
HSL 247.5º 0.68% 0.79% -
HSV(B) 247.5º 0.3% 0.93% -
XYZ 46.75 42.56 86.64 -
YUV 176.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 175 166 238 0.26 0.30 0 0.07 247.5 0.68 0.79
Hex AF A6 EE 1A 1E 0 7 F8 44 4F
Octal 257 246 356 32 36 0 7 370 104 117
Binary 10101111 10100110 11101110 11010 11110 0 111 11111000 1000100 1001111

Color Harmonies of #AFA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6EE

Black with #AFA6EE

Text Example


Text Example

White with #AFA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6EE; }

 p { color: rgb(175,166,238); }

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

background-color css

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

 a { background-color: rgb(175,166,238); }

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

border-color css

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

 span { border-color: rgb(175,166,238); }

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