Html Css Color HEX #A799BE Cold Purple

📋 copy color: '#A799BE'

red 167 ◦ green 153 ◦ blue 190

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

Shades of Cold Purple #A799BE

Tints of Cold Purple #A799BE

RGB

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

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

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

R = 32.75%
G = 30%
B = 37.25%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A799BE (or 0xA799BE) is known color: Cold Purple. HEX triplet: A7, 99 and BE. RGB value is (167,153,190). Sum of RGB (Red+Green+Blue) = 167+153+190=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A799BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799BE is #586641. Grayscale: #A1A1A1. Windows color (decimal): -5793346 or 12491175. OLE color: 12491175.

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

Color convert

RGB 167 153 190 -
CMYK 0.12 0.19 0 0.25
HSL 262.7º 0.22% 0.67% -
HSV(B) 262.7º 0.19% 0.75% -
XYZ 36.62 34.72 53.49 -
YUV 161.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 167 153 190 0.12 0.19 0 0.25 262.7 0.22 0.67
Hex A7 99 BE C 13 0 19 107 16 43
Octal 247 231 276 14 23 0 31 407 26 103
Binary 10100111 10011001 10111110 1100 10011 0 11001 100000111 10110 1000011

Color Harmonies of #A799BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799BE

Black with #A799BE

Text Example


Text Example

White with #A799BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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