Html Css Color HEX #A499BB Cold Purple

📋 copy color: '#A499BB'

red 164 ◦ green 153 ◦ blue 187

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

Shades of Cold Purple #A499BB

Tints of Cold Purple #A499BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 32.54%
G = 30.36%
B = 37.1%

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

#A499BB (or 0xA499BB) is known color: Cold Purple. HEX triplet: A4, 99 and BB. RGB value is (164,153,187). Sum of RGB (Red+Green+Blue) = 164+153+187=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #A499BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BB is #5B6644. Grayscale: #A0A0A0. Windows color (decimal): -5989957 or 12294564. OLE color: 12294564.

HSL color Cylindrical-coordinate representation of color #A499BB: hue angle of 259.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A499BB is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 153 187 -
CMYK 0.12 0.18 0 0.27
HSL 259.41º 0.2% 0.67% -
HSV(B) 259.41º 0.18% 0.73% -
XYZ 35.67 34.26 51.75 -
YUV 160.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 164 153 187 0.12 0.18 0 0.27 259.41 0.2 0.67
Hex A4 99 BB C 12 0 1B 103 14 43
Octal 244 231 273 14 22 0 33 403 24 103
Binary 10100100 10011001 10111011 1100 10010 0 11011 100000011 10100 1000011

Color Harmonies of #A499BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499BB

Black with #A499BB

Text Example


Text Example

White with #A499BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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