Html Css Color HEX #ADA4EC Wistful

📋 copy color: '#ADA4EC'

red 173 ◦ green 164 ◦ blue 236

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

Shades of Wistful #ADA4EC

Tints of Wistful #ADA4EC

RGB

 RED value IS 173 (67.97% from 255) = 30.19%

 GREEN value IS 164 (64.45% from 255) = 28.62%

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 30.19%
G = 28.62%
B = 41.19%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADA4EC (or 0xADA4EC) is known color: Wistful. HEX triplet: AD, A4 and EC. RGB value is (173,164,236). Sum of RGB (Red+Green+Blue) = 173+164+236=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4EC is #525B13. Grayscale: #AEAEAE. Windows color (decimal): -5397268 or 15508653. OLE color: 15508653.

HSL color Cylindrical-coordinate representation of color #ADA4EC: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA4EC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 164 236 -
CMYK 0.27 0.31 0 0.07
HSL 247.5º 0.65% 0.78% -
HSV(B) 247.5º 0.31% 0.93% -
XYZ 45.65 41.49 84.96 -
YUV 174.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 173 164 236 0.27 0.31 0 0.07 247.5 0.65 0.78
Hex AD A4 EC 1B 1F 0 7 F8 41 4E
Octal 255 244 354 33 37 0 7 370 101 116
Binary 10101101 10100100 11101100 11011 11111 0 111 11111000 1000001 1001110

Color Harmonies of #ADA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4EC

Black with #ADA4EC

Text Example


Text Example

White with #ADA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4EC; }

 p { color: rgb(173,164,236); }

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

background-color css

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

 a { background-color: rgb(173,164,236); }

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

border-color css

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

 span { border-color: rgb(173,164,236); }

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