#A795C4

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

Shades of Cold Purple #A795C4

Tints of Cold Purple #A795C4

Color information

#A795C4 (or 0xA795C4) is unknown color: approx Cold Purple. HEX triplet: A7, 95 and C4. RGB value is (167,149,196). Sum of RGB (Red+Green+Blue) = 167+149+196=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #A795C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795C4 is #586A3B. Grayscale: #9F9F9F. Windows color (decimal): -5794364 or 12883367. OLE color: 12883367.

HSL color Cylindrical-coordinate representation of color #A795C4: hue angle of 262.98º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A795C4 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167149196-
CMYK0.150.2400.23
HSL262.98º28.48%67.65%-
HSV(B)262.98º23.98%76.86%-
XYZ36.6533.756.8-
YUV159.74148.46133.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=32.62%
G=29.10%
B=38.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671491960.150.2400.23262.9828.4867.65
HexA795C4F180171071c44
Octal247225304173002740734104
Binary101001111001010111000100111111000010111100000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795C4; }

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

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

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

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

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

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

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

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