Html Css Color HEX #ADA5EA Wistful

📋 copy color: '#ADA5EA'

red 173 ◦ green 165 ◦ blue 234

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

Shades of Wistful #ADA5EA

Tints of Wistful #ADA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 30.24%
G = 28.85%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADA5EA (or 0xADA5EA) is known color: Wistful. HEX triplet: AD, A5 and EA. RGB value is (173,165,234). Sum of RGB (Red+Green+Blue) = 173+165+234=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA5EA is #525A15. Grayscale: #AEAEAE. Windows color (decimal): -5397014 or 15377837. OLE color: 15377837.

HSL color Cylindrical-coordinate representation of color #ADA5EA: hue angle of 246.96º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA5EA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 165 234 -
CMYK 0.26 0.29 0 0.08
HSL 246.96º 0.62% 0.78% -
HSV(B) 246.96º 0.29% 0.92% -
XYZ 45.54 41.74 83.5 -
YUV 175.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 173 165 234 0.26 0.29 0 0.08 246.96 0.62 0.78
Hex AD A5 EA 1A 1D 0 8 F7 3E 4E
Octal 255 245 352 32 35 0 10 367 76 116
Binary 10101101 10100101 11101010 11010 11101 0 1000 11110111 111110 1001110

Color Harmonies of #ADA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5EA

Black with #ADA5EA

Text Example


Text Example

White with #ADA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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