Html Css Color HEX #ADA3ED Wistful

📋 copy color: '#ADA3ED'

red 173 ◦ green 163 ◦ blue 237

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

Shades of Wistful #ADA3ED

Tints of Wistful #ADA3ED

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.45%

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 30.19%
G = 28.45%
B = 41.36%

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

#ADA3ED (or 0xADA3ED) is known color: Wistful. HEX triplet: AD, A3 and ED. RGB value is (173,163,237). Sum of RGB (Red+Green+Blue) = 173+163+237=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3ED is #525C12. Grayscale: #AEAEAE. Windows color (decimal): -5397523 or 15573933. OLE color: 15573933.

HSL color Cylindrical-coordinate representation of color #ADA3ED: hue angle of 248.11º degrees, saturation: 0.67, 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 #ADA3ED is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 163 237 -
CMYK 0.27 0.31 0 0.07
HSL 248.11º 0.67% 0.78% -
HSV(B) 248.11º 0.31% 0.93% -
XYZ 45.62 41.19 85.67 -
YUV 174.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 173 163 237 0.27 0.31 0 0.07 248.11 0.67 0.78
Hex AD A3 ED 1B 1F 0 7 F8 43 4E
Octal 255 243 355 33 37 0 7 370 103 116
Binary 10101101 10100011 11101101 11011 11111 0 111 11111000 1000011 1001110

Color Harmonies of #ADA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA3ED

Black with #ADA3ED

Text Example


Text Example

White with #ADA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA3ED; }

 p { color: rgb(173,163,237); }

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

background-color css

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

 a { background-color: rgb(173,163,237); }

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

border-color css

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

 span { border-color: rgb(173,163,237); }

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