Html Css Color HEX #A59DB0 Cold Purple

📋 copy color: '#A59DB0'

red 165 ◦ green 157 ◦ blue 176

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

Shades of Cold Purple #A59DB0

Tints of Cold Purple #A59DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.53%

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 33.13%
G = 31.53%
B = 35.34%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A59DB0 (or 0xA59DB0) is known color: Cold Purple. HEX triplet: A5, 9D and B0. RGB value is (165,157,176). Sum of RGB (Red+Green+Blue) = 165+157+176=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #A59DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DB0 is #5A624F. Grayscale: #A1A1A1. Windows color (decimal): -5923408 or 11574693. OLE color: 11574693.

HSL color Cylindrical-coordinate representation of color #A59DB0: hue angle of 265.26º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59DB0 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 157 176 -
CMYK 0.06 0.11 0 0.31
HSL 265.26º 0.11% 0.65% -
HSV(B) 265.26º 0.11% 0.69% -
XYZ 35.41 35.25 46.01 -
YUV 161.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 165 157 176 0.06 0.11 0 0.31 265.26 0.11 0.65
Hex A5 9D B0 6 B 0 1F 109 B 41
Octal 245 235 260 6 13 0 37 411 13 101
Binary 10100101 10011101 10110000 110 1011 0 11111 100001001 1011 1000001

Color Harmonies of #A59DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DB0

Black with #A59DB0

Text Example


Text Example

White with #A59DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DB0; }

 p { color: rgb(165,157,176); }

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

background-color css

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

 a { background-color: rgb(165,157,176); }

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

border-color css

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

 span { border-color: rgb(165,157,176); }

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