Html Css Color HEX #A799BD Cold Purple

📋 copy color: '#A799BD'

red 167 ◦ green 153 ◦ blue 189

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

Shades of Cold Purple #A799BD

Tints of Cold Purple #A799BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 32.81%
G = 30.06%
B = 37.13%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A799BD (or 0xA799BD) is known color: Cold Purple. HEX triplet: A7, 99 and BD. RGB value is (167,153,189). Sum of RGB (Red+Green+Blue) = 167+153+189=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A799BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BD is #586642. Grayscale: #A1A1A1. Windows color (decimal): -5793347 or 12425639. OLE color: 12425639.

HSL color Cylindrical-coordinate representation of color #A799BD: hue angle of 263.33º 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 #A799BD is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 153 189 -
CMYK 0.12 0.19 0 0.26
HSL 263.33º 0.21% 0.67% -
HSV(B) 263.33º 0.19% 0.74% -
XYZ 36.51 34.67 52.91 -
YUV 161.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 167 153 189 0.12 0.19 0 0.26 263.33 0.21 0.67
Hex A7 99 BD C 13 0 1A 107 15 43
Octal 247 231 275 14 23 0 32 407 25 103
Binary 10100111 10011001 10111101 1100 10011 0 11010 100000111 10101 1000011

Color Harmonies of #A799BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799BD

Black with #A799BD

Text Example


Text Example

White with #A799BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799BD; }

 p { color: rgb(167,153,189); }

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

background-color css

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

 a { background-color: rgb(167,153,189); }

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

border-color css

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

 span { border-color: rgb(167,153,189); }

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