Html Css Color HEX #A599B9 Cold Purple

📋 copy color: '#A599B9'

red 165 ◦ green 153 ◦ blue 185

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

Shades of Cold Purple #A599B9

Tints of Cold Purple #A599B9

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

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

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 32.8%
G = 30.42%
B = 36.78%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A599B9 (or 0xA599B9) is known color: Cold Purple. HEX triplet: A5, 99 and B9. RGB value is (165,153,185). Sum of RGB (Red+Green+Blue) = 165+153+185=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 185 - color contains mainly: blue. Hex color #A599B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599B9 is #5A6646. Grayscale: #A0A0A0. Windows color (decimal): -5924423 or 12163493. OLE color: 12163493.

HSL color Cylindrical-coordinate representation of color #A599B9: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A599B9 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 153 185 -
CMYK 0.11 0.17 0 0.27
HSL 262.5º 0.19% 0.66% -
HSV(B) 262.5º 0.17% 0.73% -
XYZ 35.67 34.28 50.64 -
YUV 160.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 165 153 185 0.11 0.17 0 0.27 262.5 0.19 0.66
Hex A5 99 B9 B 11 0 1B 106 13 42
Octal 245 231 271 13 21 0 33 406 23 102
Binary 10100101 10011001 10111001 1011 10001 0 11011 100000110 10011 1000010

Color Harmonies of #A599B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599B9

Black with #A599B9

Text Example


Text Example

White with #A599B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599B9; }

 p { color: rgb(165,153,185); }

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

background-color css

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

 a { background-color: rgb(165,153,185); }

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

border-color css

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

 span { border-color: rgb(165,153,185); }

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