Html Css Color HEX #AFABDF Lavender Grey

📋 copy color: '#AFABDF'

red 175 ◦ green 171 ◦ blue 223

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

Shades of Lavender Grey #AFABDF

Tints of Lavender Grey #AFABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 30.76%
G = 30.05%
B = 39.19%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFABDF (or 0xAFABDF) is known color: Lavender Grey. HEX triplet: AF, AB and DF. RGB value is (175,171,223). Sum of RGB (Red+Green+Blue) = 175+171+223=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDF is #505420. Grayscale: #B1B1B1. Windows color (decimal): -5264417 or 14658479. OLE color: 14658479.

HSL color Cylindrical-coordinate representation of color #AFABDF: hue angle of 244.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFABDF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 171 223 -
CMYK 0.22 0.23 0 0.13
HSL 244.62º 0.45% 0.77% -
HSV(B) 244.62º 0.23% 0.87% -
XYZ 45.56 43.57 75.82 -
YUV 178.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 175 171 223 0.22 0.23 0 0.13 244.62 0.45 0.77
Hex AF AB DF 16 17 0 D F5 2D 4D
Octal 257 253 337 26 27 0 15 365 55 115
Binary 10101111 10101011 11011111 10110 10111 0 1101 11110101 101101 1001101

Color Harmonies of #AFABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABDF

Black with #AFABDF

Text Example


Text Example

White with #AFABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABDF; }

 p { color: rgb(175,171,223); }

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

background-color css

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

 a { background-color: rgb(175,171,223); }

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

border-color css

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

 span { border-color: rgb(175,171,223); }

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