Html Css Color HEX #A599B6 Cold Purple

📋 copy color: '#A599B6'

red 165 ◦ green 153 ◦ blue 182

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

Shades of Cold Purple #A599B6

Tints of Cold Purple #A599B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 33%
G = 30.6%
B = 36.4%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A599B6 (or 0xA599B6) is known color: Cold Purple. HEX triplet: A5, 99 and B6. RGB value is (165,153,182). Sum of RGB (Red+Green+Blue) = 165+153+182=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 182 - color contains mainly: blue. Hex color #A599B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599B6 is #5A6649. Grayscale: #9F9F9F. Windows color (decimal): -5924426 or 11966885. OLE color: 11966885.

HSL color Cylindrical-coordinate representation of color #A599B6: hue angle of 264.83º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A599B6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 153 182 -
CMYK 0.09 0.16 0 0.29
HSL 264.83º 0.17% 0.66% -
HSV(B) 264.83º 0.16% 0.71% -
XYZ 35.35 34.16 48.99 -
YUV 159.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 165 153 182 0.09 0.16 0 0.29 264.83 0.17 0.66
Hex A5 99 B6 9 10 0 1D 109 11 42
Octal 245 231 266 11 20 0 35 411 21 102
Binary 10100101 10011001 10110110 1001 10000 0 11101 100001001 10001 1000010

Color Harmonies of #A599B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599B6

Black with #A599B6

Text Example


Text Example

White with #A599B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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