Html Css Color HEX #AFA5EA Lavender Grey

📋 copy color: '#AFA5EA'

red 175 ◦ green 165 ◦ blue 234

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

Shades of Lavender Grey #AFA5EA

Tints of Lavender Grey #AFA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.75%

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

R = 30.49%
G = 28.75%
B = 40.77%

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

#AFA5EA (or 0xAFA5EA) is known color: Lavender Grey. HEX triplet: AF, A5 and EA. RGB value is (175,165,234). Sum of RGB (Red+Green+Blue) = 175+165+234=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5EA is #505A15. Grayscale: #AFAFAF. Windows color (decimal): -5265942 or 15377839. OLE color: 15377839.

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

Color convert

RGB 175 165 234 -
CMYK 0.25 0.29 0 0.08
HSL 248.7º 0.62% 0.78% -
HSV(B) 248.7º 0.29% 0.92% -
XYZ 45.99 41.96 83.52 -
YUV 175.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 175 165 234 0.25 0.29 0 0.08 248.7 0.62 0.78
Hex AF A5 EA 19 1D 0 8 F9 3E 4E
Octal 257 245 352 31 35 0 10 371 76 116
Binary 10101111 10100101 11101010 11001 11101 0 1000 11111001 111110 1001110

Color Harmonies of #AFA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5EA

Black with #AFA5EA

Text Example


Text Example

White with #AFA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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