#A795BE

Color #A795BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A795BE

Tints of Cold Purple #A795BE

Color information

#A795BE (or 0xA795BE) is unknown color: approx Cold Purple. HEX triplet: A7, 95 and BE. RGB value is (167,149,190). Sum of RGB (Red+Green+Blue) = 167+149+190=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A795BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795BE is #586A41. Grayscale: #9E9E9E. Windows color (decimal): -5794370 or 12490151. OLE color: 12490151.

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

Color convert

RGB167149190-
CMYK0.120.2200.25
HSL266.34º23.98%66.47%-
HSV(B)266.34º21.58%74.51%-
XYZ35.9833.4353.27-
YUV159.06145.46133.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=33.00%
G=29.45%
B=37.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671491900.120.2200.25266.3423.9866.47
HexA795BEC1601910a1842
Octal247225276142603141230102
Binary101001111001010110111110110010110011001100001010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795BE; }

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

 H1.HeaderClassName
 {
   color: #A795BE;
 }
 .AnyTagClassName
 {
   color: #A795BE;
 }
</style>
background-color css

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

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

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

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

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

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