Html Css Color HEX #A798BC Cold Purple

📋 copy color: '#A798BC'

red 167 ◦ green 152 ◦ blue 188

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

Shades of Cold Purple #A798BC

Tints of Cold Purple #A798BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 32.94%
G = 29.98%
B = 37.08%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A798BC (or 0xA798BC) is known color: Cold Purple. HEX triplet: A7, 98 and BC. RGB value is (167,152,188). Sum of RGB (Red+Green+Blue) = 167+152+188=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A798BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798BC is #586743. Grayscale: #A0A0A0. Windows color (decimal): -5793604 or 12359847. OLE color: 12359847.

HSL color Cylindrical-coordinate representation of color #A798BC: hue angle of 265º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A798BC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 152 188 -
CMYK 0.11 0.19 0 0.26
HSL 265º 0.21% 0.67% -
HSV(B) 265º 0.19% 0.74% -
XYZ 36.24 34.3 52.29 -
YUV 160.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 167 152 188 0.11 0.19 0 0.26 265 0.21 0.67
Hex A7 98 BC B 13 0 1A 109 15 43
Octal 247 230 274 13 23 0 32 411 25 103
Binary 10100111 10011000 10111100 1011 10011 0 11010 100001001 10101 1000011

Color Harmonies of #A798BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798BC

Black with #A798BC

Text Example


Text Example

White with #A798BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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