Html Css Color HEX #A599BA Cold Purple

📋 copy color: '#A599BA'

red 165 ◦ green 153 ◦ blue 186

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

Shades of Cold Purple #A599BA

Tints of Cold Purple #A599BA

RGB

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

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

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

R = 32.74%
G = 30.36%
B = 36.9%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A599BA (or 0xA599BA) is known color: Cold Purple. HEX triplet: A5, 99 and BA. RGB value is (165,153,186). Sum of RGB (Red+Green+Blue) = 165+153+186=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A599BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BA is #5A6645. Grayscale: #A0A0A0. Windows color (decimal): -5924422 or 12229029. OLE color: 12229029.

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

Color convert

RGB 165 153 186 -
CMYK 0.11 0.18 0 0.27
HSL 261.82º 0.19% 0.66% -
HSV(B) 261.82º 0.18% 0.73% -
XYZ 35.77 34.33 51.19 -
YUV 160.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 165 153 186 0.11 0.18 0 0.27 261.82 0.19 0.66
Hex A5 99 BA B 12 0 1B 106 13 42
Octal 245 231 272 13 22 0 33 406 23 102
Binary 10100101 10011001 10111010 1011 10010 0 11011 100000110 10011 1000010

Color Harmonies of #A599BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599BA

Black with #A599BA

Text Example


Text Example

White with #A599BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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