Html Css Color HEX #A19DCC Wistful

📋 copy color: '#A19DCC'

red 161 ◦ green 157 ◦ blue 204

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

Shades of Wistful #A19DCC

Tints of Wistful #A19DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 30.84%
G = 30.08%
B = 39.08%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A19DCC (or 0xA19DCC) is known color: Wistful. HEX triplet: A1, 9D and CC. RGB value is (161,157,204). Sum of RGB (Red+Green+Blue) = 161+157+204=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A19DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCC is #5E6233. Grayscale: #A3A3A3. Windows color (decimal): -6185524 or 13409697. OLE color: 13409697.

HSL color Cylindrical-coordinate representation of color #A19DCC: hue angle of 245.11º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19DCC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 157 204 -
CMYK 0.21 0.23 0 0.2
HSL 245.11º 0.32% 0.71% -
HSV(B) 245.11º 0.23% 0.8% -
XYZ 37.65 36.05 62.1 -
YUV 163.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 161 157 204 0.21 0.23 0 0.2 245.11 0.32 0.71
Hex A1 9D CC 15 17 0 14 F5 20 47
Octal 241 235 314 25 27 0 24 365 40 107
Binary 10100001 10011101 11001100 10101 10111 0 10100 11110101 100000 1000111

Color Harmonies of #A19DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DCC

Black with #A19DCC

Text Example


Text Example

White with #A19DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DCC; }

 p { color: rgb(161,157,204); }

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

background-color css

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

 a { background-color: rgb(161,157,204); }

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

border-color css

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

 span { border-color: rgb(161,157,204); }

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