Html Css Color HEX #A499BA Cold Purple

📋 copy color: '#A499BA'

red 164 ◦ green 153 ◦ blue 186

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

Shades of Cold Purple #A499BA

Tints of Cold Purple #A499BA

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

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

R = 32.6%
G = 30.42%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A499BA (or 0xA499BA) is known color: Cold Purple. HEX triplet: A4, 99 and BA. RGB value is (164,153,186). Sum of RGB (Red+Green+Blue) = 164+153+186=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A499BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BA is #5B6645. Grayscale: #9F9F9F. Windows color (decimal): -5989958 or 12229028. OLE color: 12229028.

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

Color convert

RGB 164 153 186 -
CMYK 0.12 0.18 0 0.27
HSL 260º 0.19% 0.66% -
HSV(B) 260º 0.18% 0.73% -
XYZ 35.56 34.22 51.19 -
YUV 160.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 164 153 186 0.12 0.18 0 0.27 260 0.19 0.66
Hex A4 99 BA C 12 0 1B 104 13 42
Octal 244 231 272 14 22 0 33 404 23 102
Binary 10100100 10011001 10111010 1100 10010 0 11011 100000100 10011 1000010

Color Harmonies of #A499BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499BA

Black with #A499BA

Text Example


Text Example

White with #A499BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499BA; }

 p { color: rgb(164,153,186); }

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

background-color css

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

 a { background-color: rgb(164,153,186); }

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

border-color css

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

 span { border-color: rgb(164,153,186); }

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