Html Css Color HEX #A59CBE Cold Purple

📋 copy color: '#A59CBE'

red 165 ◦ green 156 ◦ blue 190

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

Shades of Cold Purple #A59CBE

Tints of Cold Purple #A59CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 32.29%
G = 30.53%
B = 37.18%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A59CBE (or 0xA59CBE) is known color: Cold Purple. HEX triplet: A5, 9C and BE. RGB value is (165,156,190). Sum of RGB (Red+Green+Blue) = 165+156+190=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A59CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CBE is #5A6341. Grayscale: #A2A2A2. Windows color (decimal): -5923650 or 12491941. OLE color: 12491941.

HSL color Cylindrical-coordinate representation of color #A59CBE: hue angle of 255.88º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59CBE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 156 190 -
CMYK 0.13 0.18 0 0.25
HSL 255.88º 0.21% 0.68% -
HSV(B) 255.88º 0.18% 0.75% -
XYZ 36.7 35.49 53.63 -
YUV 162.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 165 156 190 0.13 0.18 0 0.25 255.88 0.21 0.68
Hex A5 9C BE D 12 0 19 100 15 44
Octal 245 234 276 15 22 0 31 400 25 104
Binary 10100101 10011100 10111110 1101 10010 0 11001 100000000 10101 1000100

Color Harmonies of #A59CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CBE

Black with #A59CBE

Text Example


Text Example

White with #A59CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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