Html Css Color HEX #A59CBC Cold Purple

📋 copy color: '#A59CBC'

red 165 ◦ green 156 ◦ blue 188

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

Shades of Cold Purple #A59CBC

Tints of Cold Purple #A59CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 32.42%
G = 30.65%
B = 36.94%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A59CBC (or 0xA59CBC) is known color: Cold Purple. HEX triplet: A5, 9C and BC. RGB value is (165,156,188). Sum of RGB (Red+Green+Blue) = 165+156+188=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CBC is #5A6343. Grayscale: #A2A2A2. Windows color (decimal): -5923652 or 12360869. OLE color: 12360869.

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

Color convert

RGB 165 156 188 -
CMYK 0.12 0.17 0 0.26
HSL 256.88º 0.19% 0.67% -
HSV(B) 256.88º 0.17% 0.74% -
XYZ 36.48 35.41 52.49 -
YUV 162.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 165 156 188 0.12 0.17 0 0.26 256.88 0.19 0.67
Hex A5 9C BC C 11 0 1A 101 13 43
Octal 245 234 274 14 21 0 32 401 23 103
Binary 10100101 10011100 10111100 1100 10001 0 11010 100000001 10011 1000011

Color Harmonies of #A59CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CBC

Black with #A59CBC

Text Example


Text Example

White with #A59CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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