Html Css Color HEX #AFA7EC Lavender Grey

📋 copy color: '#AFA7EC'

red 175 ◦ green 167 ◦ blue 236

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

Shades of Lavender Grey #AFA7EC

Tints of Lavender Grey #AFA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.89%

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

R = 30.28%
G = 28.89%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFA7EC (or 0xAFA7EC) is known color: Lavender Grey. HEX triplet: AF, A7 and EC. RGB value is (175,167,236). Sum of RGB (Red+Green+Blue) = 175+167+236=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7EC is #505813. Grayscale: #B0B0B0. Windows color (decimal): -5265428 or 15509423. OLE color: 15509423.

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

Color convert

RGB 175 167 236 -
CMYK 0.26 0.29 0 0.07
HSL 246.96º 0.64% 0.79% -
HSV(B) 246.96º 0.29% 0.93% -
XYZ 46.64 42.81 85.16 -
YUV 177.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 175 167 236 0.26 0.29 0 0.07 246.96 0.64 0.79
Hex AF A7 EC 1A 1D 0 7 F7 40 4F
Octal 257 247 354 32 35 0 7 367 100 117
Binary 10101111 10100111 11101100 11010 11101 0 111 11110111 1000000 1001111

Color Harmonies of #AFA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7EC

Black with #AFA7EC

Text Example


Text Example

White with #AFA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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