Html Css Color HEX #A796C1 Cold Purple

📋 copy color: '#A796C1'

red 167 ◦ green 150 ◦ blue 193

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

Shades of Cold Purple #A796C1

Tints of Cold Purple #A796C1

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

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

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

R = 32.75%
G = 29.41%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A796C1 (or 0xA796C1) is known color: Cold Purple. HEX triplet: A7, 96 and C1. RGB value is (167,150,193). Sum of RGB (Red+Green+Blue) = 167+150+193=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #A796C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796C1 is #58693E. Grayscale: #9F9F9F. Windows color (decimal): -5794111 or 12687015. OLE color: 12687015.

HSL color Cylindrical-coordinate representation of color #A796C1: hue angle of 263.72º 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 #A796C1 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 150 193 -
CMYK 0.13 0.22 0 0.24
HSL 263.72º 0.26% 0.67% -
HSV(B) 263.72º 0.22% 0.76% -
XYZ 36.47 33.88 55.07 -
YUV 159.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 167 150 193 0.13 0.22 0 0.24 263.72 0.26 0.67
Hex A7 96 C1 D 16 0 18 108 1A 43
Octal 247 226 301 15 26 0 30 410 32 103
Binary 10100111 10010110 11000001 1101 10110 0 11000 100001000 11010 1000011

Color Harmonies of #A796C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796C1

Black with #A796C1

Text Example


Text Example

White with #A796C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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