Html Css Color HEX #A19BCA Wistful

📋 copy color: '#A19BCA'

red 161 ◦ green 155 ◦ blue 202

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

Shades of Wistful #A19BCA

Tints of Wistful #A19BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.92%

 BLUE value IS 202 (79.3% from 255) = 39%

R = 31.08%
G = 29.92%
B = 39%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A19BCA (or 0xA19BCA) is known color: Wistful. HEX triplet: A1, 9B and CA. RGB value is (161,155,202). Sum of RGB (Red+Green+Blue) = 161+155+202=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A19BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BCA is #5E6435. Grayscale: #A1A1A1. Windows color (decimal): -6186038 or 13278113. OLE color: 13278113.

HSL color Cylindrical-coordinate representation of color #A19BCA: hue angle of 247.66º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19BCA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 155 202 -
CMYK 0.20 0.23 0 0.21
HSL 247.66º 0.31% 0.7% -
HSV(B) 247.66º 0.23% 0.79% -
XYZ 37.08 35.28 60.73 -
YUV 162.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 161 155 202 0.20 0.23 0 0.21 247.66 0.31 0.7
Hex A1 9B CA 14 17 0 15 F8 1F 46
Octal 241 233 312 24 27 0 25 370 37 106
Binary 10100001 10011011 11001010 10100 10111 0 10101 11111000 11111 1000110

Color Harmonies of #A19BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BCA

Black with #A19BCA

Text Example


Text Example

White with #A19BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BCA; }

 p { color: rgb(161,155,202); }

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

background-color css

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

 a { background-color: rgb(161,155,202); }

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

border-color css

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

 span { border-color: rgb(161,155,202); }

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