Html Css Color HEX #A19FCE Wistful

📋 copy color: '#A19FCE'

red 161 ◦ green 159 ◦ blue 206

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

Shades of Wistful #A19FCE

Tints of Wistful #A19FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 30.61%
G = 30.23%
B = 39.16%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A19FCE (or 0xA19FCE) is known color: Wistful. HEX triplet: A1, 9F and CE. RGB value is (161,159,206). Sum of RGB (Red+Green+Blue) = 161+159+206=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A19FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FCE is #5E6031. Grayscale: #A4A4A4. Windows color (decimal): -6185010 or 13541281. OLE color: 13541281.

HSL color Cylindrical-coordinate representation of color #A19FCE: hue angle of 242.55º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19FCE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 159 206 -
CMYK 0.22 0.23 0 0.19
HSL 242.55º 0.32% 0.72% -
HSV(B) 242.55º 0.23% 0.81% -
XYZ 38.24 36.83 63.49 -
YUV 164.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 161 159 206 0.22 0.23 0 0.19 242.55 0.32 0.72
Hex A1 9F CE 16 17 0 13 F3 20 48
Octal 241 237 316 26 27 0 23 363 40 110
Binary 10100001 10011111 11001110 10110 10111 0 10011 11110011 100000 1001000

Color Harmonies of #A19FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FCE

Black with #A19FCE

Text Example


Text Example

White with #A19FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FCE; }

 p { color: rgb(161,159,206); }

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

background-color css

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

 a { background-color: rgb(161,159,206); }

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

border-color css

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

 span { border-color: rgb(161,159,206); }

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