Html Css Color HEX #AFA6EC Lavender Grey

📋 copy color: '#AFA6EC'

red 175 ◦ green 166 ◦ blue 236

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

Shades of Lavender Grey #AFA6EC

Tints of Lavender Grey #AFA6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 30.33%
G = 28.77%
B = 40.9%

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

#AFA6EC (or 0xAFA6EC) is known color: Lavender Grey. HEX triplet: AF, A6 and EC. RGB value is (175,166,236). Sum of RGB (Red+Green+Blue) = 175+166+236=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA6EC is #505913. Grayscale: #B0B0B0. Windows color (decimal): -5265684 or 15509167. OLE color: 15509167.

HSL color Cylindrical-coordinate representation of color #AFA6EC: hue angle of 247.71º degrees, saturation: 0.65, 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 #AFA6EC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 166 236 -
CMYK 0.26 0.30 0 0.07
HSL 247.71º 0.65% 0.79% -
HSV(B) 247.71º 0.3% 0.93% -
XYZ 46.46 42.44 85.1 -
YUV 176.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 175 166 236 0.26 0.30 0 0.07 247.71 0.65 0.79
Hex AF A6 EC 1A 1E 0 7 F8 41 4F
Octal 257 246 354 32 36 0 7 370 101 117
Binary 10101111 10100110 11101100 11010 11110 0 111 11111000 1000001 1001111

Color Harmonies of #AFA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6EC

Black with #AFA6EC

Text Example


Text Example

White with #AFA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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