Html Css Color HEX #A196CA Wistful

📋 copy color: '#A196CA'

red 161 ◦ green 150 ◦ blue 202

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

Shades of Wistful #A196CA

Tints of Wistful #A196CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 31.38%
G = 29.24%
B = 39.38%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A196CA (or 0xA196CA) is known color: Wistful. HEX triplet: A1, 96 and CA. RGB value is (161,150,202). Sum of RGB (Red+Green+Blue) = 161+150+202=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #A196CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196CA is #5E6935. Grayscale: #9F9F9F. Windows color (decimal): -6187318 or 13276833. OLE color: 13276833.

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

Color convert

RGB 161 150 202 -
CMYK 0.20 0.26 0 0.21
HSL 252.69º 0.33% 0.69% -
HSV(B) 252.69º 0.26% 0.79% -
XYZ 36.26 33.65 60.46 -
YUV 159.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 161 150 202 0.20 0.26 0 0.21 252.69 0.33 0.69
Hex A1 96 CA 14 1A 0 15 FD 21 45
Octal 241 226 312 24 32 0 25 375 41 105
Binary 10100001 10010110 11001010 10100 11010 0 10101 11111101 100001 1000101

Color Harmonies of #A196CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A196CA

Black with #A196CA

Text Example


Text Example

White with #A196CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A196CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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