Html Css Color HEX #A795C0 Cold Purple

📋 copy color: '#A795C0'

red 167 ◦ green 149 ◦ blue 192

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

Shades of Cold Purple #A795C0

Tints of Cold Purple #A795C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 32.87%
G = 29.33%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A795C0 (or 0xA795C0) is known color: Cold Purple. HEX triplet: A7, 95 and C0. RGB value is (167,149,192). Sum of RGB (Red+Green+Blue) = 167+149+192=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #A795C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795C0 is #586A3F. Grayscale: #9F9F9F. Windows color (decimal): -5794368 or 12621223. OLE color: 12621223.

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

Color convert

RGB 167 149 192 -
CMYK 0.13 0.22 0 0.25
HSL 265.12º 0.25% 0.67% -
HSV(B) 265.12º 0.22% 0.75% -
XYZ 36.2 33.52 54.43 -
YUV 159.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 167 149 192 0.13 0.22 0 0.25 265.12 0.25 0.67
Hex A7 95 C0 D 16 0 19 109 19 43
Octal 247 225 300 15 26 0 31 411 31 103
Binary 10100111 10010101 11000000 1101 10110 0 11001 100001001 11001 1000011

Color Harmonies of #A795C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795C0

Black with #A795C0

Text Example


Text Example

White with #A795C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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