Html Css Color HEX #A19ADE Wistful

📋 copy color: '#A19ADE'

red 161 ◦ green 154 ◦ blue 222

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

Shades of Wistful #A19ADE

Tints of Wistful #A19ADE

RGB

 RED value IS 161 (63.28% from 255) = 29.98%

 GREEN value IS 154 (60.55% from 255) = 28.68%

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 29.98%
G = 28.68%
B = 41.34%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19ADE (or 0xA19ADE) is known color: Wistful. HEX triplet: A1, 9A and DE. RGB value is (161,154,222). Sum of RGB (Red+Green+Blue) = 161+154+222=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A19ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ADE is #5E6521. Grayscale: #A3A3A3. Windows color (decimal): -6186274 or 14588577. OLE color: 14588577.

HSL color Cylindrical-coordinate representation of color #A19ADE: hue angle of 246.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A19ADE is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 154 222 -
CMYK 0.27 0.31 0 0.13
HSL 246.18º 0.51% 0.74% -
HSV(B) 246.18º 0.31% 0.87% -
XYZ 39.44 35.96 73.97 -
YUV 163.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 161 154 222 0.27 0.31 0 0.13 246.18 0.51 0.74
Hex A1 9A DE 1B 1F 0 D F6 33 4A
Octal 241 232 336 33 37 0 15 366 63 112
Binary 10100001 10011010 11011110 11011 11111 0 1101 11110110 110011 1001010

Color Harmonies of #A19ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ADE

Black with #A19ADE

Text Example


Text Example

White with #A19ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ADE; }

 p { color: rgb(161,154,222); }

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

background-color css

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

 a { background-color: rgb(161,154,222); }

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

border-color css

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

 span { border-color: rgb(161,154,222); }

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