Html Css Color HEX #A599BC Cold Purple

📋 copy color: '#A599BC'

red 165 ◦ green 153 ◦ blue 188

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

Shades of Cold Purple #A599BC

Tints of Cold Purple #A599BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 32.61%
G = 30.24%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A599BC (or 0xA599BC) is known color: Cold Purple. HEX triplet: A5, 99 and BC. RGB value is (165,153,188). Sum of RGB (Red+Green+Blue) = 165+153+188=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A599BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599BC is #5A6643. Grayscale: #A0A0A0. Windows color (decimal): -5924420 or 12360101. OLE color: 12360101.

HSL color Cylindrical-coordinate representation of color #A599BC: hue angle of 260.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A599BC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 153 188 -
CMYK 0.12 0.19 0 0.26
HSL 260.57º 0.21% 0.67% -
HSV(B) 260.57º 0.19% 0.74% -
XYZ 35.99 34.41 52.32 -
YUV 160.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 165 153 188 0.12 0.19 0 0.26 260.57 0.21 0.67
Hex A5 99 BC C 13 0 1A 105 15 43
Octal 245 231 274 14 23 0 32 405 25 103
Binary 10100101 10011001 10111100 1100 10011 0 11010 100000101 10101 1000011

Color Harmonies of #A599BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599BC

Black with #A599BC

Text Example


Text Example

White with #A599BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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