Html Css Color HEX #A798BA Cold Purple

📋 copy color: '#A798BA'

red 167 ◦ green 152 ◦ blue 186

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

Shades of Cold Purple #A798BA

Tints of Cold Purple #A798BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 33.07%
G = 30.1%
B = 36.83%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A798BA (or 0xA798BA) is known color: Cold Purple. HEX triplet: A7, 98 and BA. RGB value is (167,152,186). Sum of RGB (Red+Green+Blue) = 167+152+186=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A798BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BA is #586745. Grayscale: #A0A0A0. Windows color (decimal): -5793606 or 12228775. OLE color: 12228775.

HSL color Cylindrical-coordinate representation of color #A798BA: hue angle of 266.47º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A798BA is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 152 186 -
CMYK 0.10 0.18 0 0.27
HSL 266.47º 0.2% 0.66% -
HSV(B) 266.47º 0.18% 0.73% -
XYZ 36.03 34.22 51.16 -
YUV 160.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 167 152 186 0.10 0.18 0 0.27 266.47 0.2 0.66
Hex A7 98 BA A 12 0 1B 10A 14 42
Octal 247 230 272 12 22 0 33 412 24 102
Binary 10100111 10011000 10111010 1010 10010 0 11011 100001010 10100 1000010

Color Harmonies of #A798BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798BA

Black with #A798BA

Text Example


Text Example

White with #A798BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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