Html Css Color HEX #A59CBA Cold Purple

📋 copy color: '#A59CBA'

red 165 ◦ green 156 ◦ blue 186

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

Shades of Cold Purple #A59CBA

Tints of Cold Purple #A59CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 32.54%
G = 30.77%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A59CBA (or 0xA59CBA) is known color: Cold Purple. HEX triplet: A5, 9C and BA. RGB value is (165,156,186). Sum of RGB (Red+Green+Blue) = 165+156+186=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #A59CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CBA is #5A6345. Grayscale: #A2A2A2. Windows color (decimal): -5923654 or 12229797. OLE color: 12229797.

HSL color Cylindrical-coordinate representation of color #A59CBA: hue angle of 258º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A59CBA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 156 186 -
CMYK 0.11 0.16 0 0.27
HSL 258º 0.18% 0.67% -
HSV(B) 258º 0.16% 0.73% -
XYZ 36.27 35.32 51.36 -
YUV 162.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 165 156 186 0.11 0.16 0 0.27 258 0.18 0.67
Hex A5 9C BA B 10 0 1B 102 12 43
Octal 245 234 272 13 20 0 33 402 22 103
Binary 10100101 10011100 10111010 1011 10000 0 11011 100000010 10010 1000011

Color Harmonies of #A59CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CBA

Black with #A59CBA

Text Example


Text Example

White with #A59CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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