Html Css Color HEX #AFADDA Lavender Grey

📋 copy color: '#AFADDA'

red 175 ◦ green 173 ◦ blue 218

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

Shades of Lavender Grey #AFADDA

Tints of Lavender Grey #AFADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 30.92%
G = 30.57%
B = 38.52%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFADDA (or 0xAFADDA) is known color: Lavender Grey. HEX triplet: AF, AD and DA. RGB value is (175,173,218). Sum of RGB (Red+Green+Blue) = 175+173+218=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDA is #505225. Grayscale: #B2B2B2. Windows color (decimal): -5263910 or 14331311. OLE color: 14331311.

HSL color Cylindrical-coordinate representation of color #AFADDA: hue angle of 242.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFADDA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 173 218 -
CMYK 0.20 0.21 0 0.15
HSL 242.67º 0.38% 0.77% -
HSV(B) 242.67º 0.21% 0.85% -
XYZ 45.28 44.06 72.45 -
YUV 178.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 175 173 218 0.20 0.21 0 0.15 242.67 0.38 0.77
Hex AF AD DA 14 15 0 F F3 26 4D
Octal 257 255 332 24 25 0 17 363 46 115
Binary 10101111 10101101 11011010 10100 10101 0 1111 11110011 100110 1001101

Color Harmonies of #AFADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADDA

Black with #AFADDA

Text Example


Text Example

White with #AFADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADDA; }

 p { color: rgb(175,173,218); }

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

background-color css

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

 a { background-color: rgb(175,173,218); }

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

border-color css

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

 span { border-color: rgb(175,173,218); }

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