Html Css Color HEX #A796BE Cold Purple

📋 copy color: '#A796BE'

red 167 ◦ green 150 ◦ blue 190

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

Shades of Cold Purple #A796BE

Tints of Cold Purple #A796BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 32.94%
G = 29.59%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A796BE (or 0xA796BE) is known color: Cold Purple. HEX triplet: A7, 96 and BE. RGB value is (167,150,190). Sum of RGB (Red+Green+Blue) = 167+150+190=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A796BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796BE is #586941. Grayscale: #9F9F9F. Windows color (decimal): -5794114 or 12490407. OLE color: 12490407.

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

Color convert

RGB 167 150 190 -
CMYK 0.12 0.21 0 0.25
HSL 265.5º 0.24% 0.67% -
HSV(B) 265.5º 0.21% 0.75% -
XYZ 36.14 33.75 53.32 -
YUV 159.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 167 150 190 0.12 0.21 0 0.25 265.5 0.24 0.67
Hex A7 96 BE C 15 0 19 10A 18 43
Octal 247 226 276 14 25 0 31 412 30 103
Binary 10100111 10010110 10111110 1100 10101 0 11001 100001010 11000 1000011

Color Harmonies of #A796BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796BE

Black with #A796BE

Text Example


Text Example

White with #A796BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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