Html Css Color HEX #A59DB4 Cold Purple

📋 copy color: '#A59DB4'

red 165 ◦ green 157 ◦ blue 180

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

Shades of Cold Purple #A59DB4

Tints of Cold Purple #A59DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 32.87%
G = 31.27%
B = 35.86%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A59DB4 (or 0xA59DB4) is known color: Cold Purple. HEX triplet: A5, 9D and B4. RGB value is (165,157,180). Sum of RGB (Red+Green+Blue) = 165+157+180=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #A59DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DB4 is #5A624B. Grayscale: #A1A1A1. Windows color (decimal): -5923404 or 11836837. OLE color: 11836837.

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

Color convert

RGB 165 157 180 -
CMYK 0.08 0.13 0 0.29
HSL 260.87º 0.13% 0.66% -
HSV(B) 260.87º 0.13% 0.71% -
XYZ 35.81 35.41 48.13 -
YUV 162.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 165 157 180 0.08 0.13 0 0.29 260.87 0.13 0.66
Hex A5 9D B4 8 D 0 1D 105 D 42
Octal 245 235 264 10 15 0 35 405 15 102
Binary 10100101 10011101 10110100 1000 1101 0 11101 100000101 1101 1000010

Color Harmonies of #A59DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DB4

Black with #A59DB4

Text Example


Text Example

White with #A59DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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