Html Css Color HEX #AFA7EA Lavender Grey

📋 copy color: '#AFA7EA'

red 175 ◦ green 167 ◦ blue 234

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

Shades of Lavender Grey #AFA7EA

Tints of Lavender Grey #AFA7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 30.38%
G = 28.99%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFA7EA (or 0xAFA7EA) is known color: Lavender Grey. HEX triplet: AF, A7 and EA. RGB value is (175,167,234). Sum of RGB (Red+Green+Blue) = 175+167+234=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFA7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7EA is #505815. Grayscale: #B0B0B0. Windows color (decimal): -5265430 or 15378351. OLE color: 15378351.

HSL color Cylindrical-coordinate representation of color #AFA7EA: hue angle of 247.16º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA7EA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 167 234 -
CMYK 0.25 0.29 0 0.08
HSL 247.16º 0.61% 0.79% -
HSV(B) 247.16º 0.29% 0.92% -
XYZ 46.35 42.69 83.64 -
YUV 177.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 175 167 234 0.25 0.29 0 0.08 247.16 0.61 0.79
Hex AF A7 EA 19 1D 0 8 F7 3D 4F
Octal 257 247 352 31 35 0 10 367 75 117
Binary 10101111 10100111 11101010 11001 11101 0 1000 11110111 111101 1001111

Color Harmonies of #AFA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7EA

Black with #AFA7EA

Text Example


Text Example

White with #AFA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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