Html Css Color HEX #A795BE Cold Purple

📋 copy color: '#A795BE'

red 167 ◦ green 149 ◦ blue 190

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

Shades of Cold Purple #A795BE

Tints of Cold Purple #A795BE

RGB

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

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

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

R = 33%
G = 29.45%
B = 37.55%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A795BE (or 0xA795BE) is known color: 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

RGB 167 149 190 -
CMYK 0.12 0.22 0 0.25
HSL 266.34º 0.24% 0.66% -
HSV(B) 266.34º 0.22% 0.75% -
XYZ 35.98 33.43 53.27 -
YUV 159.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 167 149 190 0.12 0.22 0 0.25 266.34 0.24 0.66
Hex A7 95 BE C 16 0 19 10A 18 42
Octal 247 225 276 14 26 0 31 412 30 102
Binary 10100111 10010101 10111110 1100 10110 0 11001 100001010 11000 1000010

Color Harmonies of #A795BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795BE

Black with #A795BE

Text Example


Text Example

White with #A795BE

Text Example


Text Example

HTML Codes & Css Web 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>