Html Css Color HEX #AEACDA Lavender Grey

📋 copy color: '#AEACDA'

red 174 ◦ green 172 ◦ blue 218

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

Shades of Lavender Grey #AEACDA

Tints of Lavender Grey #AEACDA

RGB

 RED value IS 174 (68.36% from 255) = 30.85%

 GREEN value IS 172 (67.58% from 255) = 30.5%

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

R = 30.85%
G = 30.5%
B = 38.65%

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

#AEACDA (or 0xAEACDA) is known color: Lavender Grey. HEX triplet: AE, AC and DA. RGB value is (174,172,218). Sum of RGB (Red+Green+Blue) = 174+172+218=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDA is #515325. Grayscale: #B1B1B1. Windows color (decimal): -5329702 or 14331054. OLE color: 14331054.

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

Color convert

RGB 174 172 218 -
CMYK 0.20 0.21 0 0.15
HSL 242.61º 0.38% 0.76% -
HSV(B) 242.61º 0.21% 0.85% -
XYZ 44.86 43.57 72.37 -
YUV 177.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 174 172 218 0.20 0.21 0 0.15 242.61 0.38 0.76
Hex AE AC DA 14 15 0 F F3 26 4C
Octal 256 254 332 24 25 0 17 363 46 114
Binary 10101110 10101100 11011010 10100 10101 0 1111 11110011 100110 1001100

Color Harmonies of #AEACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACDA

Black with #AEACDA

Text Example


Text Example

White with #AEACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACDA; }

 p { color: rgb(174,172,218); }

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

background-color css

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

 a { background-color: rgb(174,172,218); }

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

border-color css

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

 span { border-color: rgb(174,172,218); }

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