Html Css Color HEX #A19AD7 Wistful

📋 copy color: '#A19AD7'

red 161 ◦ green 154 ◦ blue 215

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

Shades of Wistful #A19AD7

Tints of Wistful #A19AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 30.38%
G = 29.06%
B = 40.57%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A19AD7 (or 0xA19AD7) is known color: Wistful. HEX triplet: A1, 9A and D7. RGB value is (161,154,215). Sum of RGB (Red+Green+Blue) = 161+154+215=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #A19AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19AD7 is #5E6528. Grayscale: #A2A2A2. Windows color (decimal): -6186281 or 14129825. OLE color: 14129825.

HSL color Cylindrical-coordinate representation of color #A19AD7: hue angle of 246.89º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19AD7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 154 215 -
CMYK 0.25 0.28 0 0.16
HSL 246.89º 0.43% 0.72% -
HSV(B) 246.89º 0.28% 0.84% -
XYZ 38.52 35.59 69.13 -
YUV 163.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 161 154 215 0.25 0.28 0 0.16 246.89 0.43 0.72
Hex A1 9A D7 19 1C 0 10 F7 2B 48
Octal 241 232 327 31 34 0 20 367 53 110
Binary 10100001 10011010 11010111 11001 11100 0 10000 11110111 101011 1001000

Color Harmonies of #A19AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AD7

Black with #A19AD7

Text Example


Text Example

White with #A19AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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