Html Css Color HEX #A59CBD Cold Purple

📋 copy color: '#A59CBD'

red 165 ◦ green 156 ◦ blue 189

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

Shades of Cold Purple #A59CBD

Tints of Cold Purple #A59CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 32.35%
G = 30.59%
B = 37.06%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A59CBD (or 0xA59CBD) is known color: Cold Purple. HEX triplet: A5, 9C and BD. RGB value is (165,156,189). Sum of RGB (Red+Green+Blue) = 165+156+189=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #A59CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CBD is #5A6342. Grayscale: #A2A2A2. Windows color (decimal): -5923651 or 12426405. OLE color: 12426405.

HSL color Cylindrical-coordinate representation of color #A59CBD: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59CBD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 156 189 -
CMYK 0.13 0.17 0 0.26
HSL 256.36º 0.2% 0.68% -
HSV(B) 256.36º 0.17% 0.74% -
XYZ 36.59 35.45 53.06 -
YUV 162.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 165 156 189 0.13 0.17 0 0.26 256.36 0.2 0.68
Hex A5 9C BD D 11 0 1A 100 14 44
Octal 245 234 275 15 21 0 32 400 24 104
Binary 10100101 10011100 10111101 1101 10001 0 11010 100000000 10100 1000100

Color Harmonies of #A59CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CBD

Black with #A59CBD

Text Example


Text Example

White with #A59CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CBD; }

 p { color: rgb(165,156,189); }

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

background-color css

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

 a { background-color: rgb(165,156,189); }

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

border-color css

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

 span { border-color: rgb(165,156,189); }

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