Html Css Color HEX #A798BE Cold Purple

📋 copy color: '#A798BE'

red 167 ◦ green 152 ◦ blue 190

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

Shades of Cold Purple #A798BE

Tints of Cold Purple #A798BE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

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

R = 32.81%
G = 29.86%
B = 37.33%

CMYK

 C value IS 0.12

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A798BE (or 0xA798BE) is known color: Cold Purple. HEX triplet: A7, 98 and BE. RGB value is (167,152,190). Sum of RGB (Red+Green+Blue) = 167+152+190=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #A798BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BE is #586741. Grayscale: #A0A0A0. Windows color (decimal): -5793602 or 12490919. OLE color: 12490919.

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

Color convert

RGB 167 152 190 -
CMYK 0.12 0.2 0 0.25
HSL 263.68º 0.23% 0.67% -
HSV(B) 263.68º 0.2% 0.75% -
XYZ 36.46 34.39 53.43 -
YUV 160.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 167 152 190 0.12 0.2 0 0.25 263.68 0.23 0.67
Hex A7 98 BE C 14 0 19 108 17 43
Octal 247 230 276 14 24 0 31 410 27 103
Binary 10100111 10011000 10111110 1100 10100 0 11001 100001000 10111 1000011

Color Harmonies of #A798BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798BE

Black with #A798BE

Text Example


Text Example

White with #A798BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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