Html Css Color HEX #A996C1 Cold Purple

📋 copy color: '#A996C1'

red 169 ◦ green 150 ◦ blue 193

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

Shades of Cold Purple #A996C1

Tints of Cold Purple #A996C1

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 33.01%
G = 29.3%
B = 37.7%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A996C1 (or 0xA996C1) is known color: Cold Purple. HEX triplet: A9, 96 and C1. RGB value is (169,150,193). Sum of RGB (Red+Green+Blue) = 169+150+193=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #A996C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996C1 is #56693E. Grayscale: #A0A0A0. Windows color (decimal): -5663039 or 12687017. OLE color: 12687017.

HSL color Cylindrical-coordinate representation of color #A996C1: hue angle of 266.51º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A996C1 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 150 193 -
CMYK 0.12 0.22 0 0.24
HSL 266.51º 0.26% 0.67% -
HSV(B) 266.51º 0.22% 0.76% -
XYZ 36.89 34.1 55.09 -
YUV 160.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 169 150 193 0.12 0.22 0 0.24 266.51 0.26 0.67
Hex A9 96 C1 C 16 0 18 10B 1A 43
Octal 251 226 301 14 26 0 30 413 32 103
Binary 10101001 10010110 11000001 1100 10110 0 11000 100001011 11010 1000011

Color Harmonies of #A996C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A996C1

Black with #A996C1

Text Example


Text Example

White with #A996C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A996C1; }

 p { color: rgb(169,150,193); }

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

background-color css

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

 a { background-color: rgb(169,150,193); }

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

border-color css

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

 span { border-color: rgb(169,150,193); }

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