Html Css Color HEX #ADA5E0 Wistful

📋 copy color: '#ADA5E0'

red 173 ◦ green 165 ◦ blue 224

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

Shades of Wistful #ADA5E0

Tints of Wistful #ADA5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 30.78%
G = 29.36%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADA5E0 (or 0xADA5E0) is known color: Wistful. HEX triplet: AD, A5 and E0. RGB value is (173,165,224). Sum of RGB (Red+Green+Blue) = 173+165+224=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADA5E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5E0 is #525A1F. Grayscale: #ADADAD. Windows color (decimal): -5397024 or 14722477. OLE color: 14722477.

HSL color Cylindrical-coordinate representation of color #ADA5E0: hue angle of 248.14º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA5E0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 165 224 -
CMYK 0.23 0.26 0 0.12
HSL 248.14º 0.49% 0.76% -
HSV(B) 248.14º 0.26% 0.88% -
XYZ 44.14 41.18 76.14 -
YUV 174.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 173 165 224 0.23 0.26 0 0.12 248.14 0.49 0.76
Hex AD A5 E0 17 1A 0 C F8 31 4C
Octal 255 245 340 27 32 0 14 370 61 114
Binary 10101101 10100101 11100000 10111 11010 0 1100 11111000 110001 1001100

Color Harmonies of #ADA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5E0

Black with #ADA5E0

Text Example


Text Example

White with #ADA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5E0; }

 p { color: rgb(173,165,224); }

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

background-color css

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

 a { background-color: rgb(173,165,224); }

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

border-color css

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

 span { border-color: rgb(173,165,224); }

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