Html Css Color HEX #A899BE Cold Purple

📋 copy color: '#A899BE'

red 168 ◦ green 153 ◦ blue 190

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

Shades of Cold Purple #A899BE

Tints of Cold Purple #A899BE

RGB

 RED value IS 168 (66.02% from 255) = 32.88%

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

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

R = 32.88%
G = 29.94%
B = 37.18%

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

#A899BE (or 0xA899BE) is known color: Cold Purple. HEX triplet: A8, 99 and BE. RGB value is (168,153,190). Sum of RGB (Red+Green+Blue) = 168+153+190=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A899BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899BE is #576641. Grayscale: #A1A1A1. Windows color (decimal): -5727810 or 12491176. OLE color: 12491176.

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

Color convert

RGB 168 153 190 -
CMYK 0.12 0.19 0 0.25
HSL 264.32º 0.22% 0.67% -
HSV(B) 264.32º 0.19% 0.75% -
XYZ 36.83 34.83 53.5 -
YUV 161.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 168 153 190 0.12 0.19 0 0.25 264.32 0.22 0.67
Hex A8 99 BE C 13 0 19 108 16 43
Octal 250 231 276 14 23 0 31 410 26 103
Binary 10101000 10011001 10111110 1100 10011 0 11001 100001000 10110 1000011

Color Harmonies of #A899BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899BE

Black with #A899BE

Text Example


Text Example

White with #A899BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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