Html Css Color HEX #A59CB4 Cold Purple

📋 copy color: '#A59CB4'

red 165 ◦ green 156 ◦ blue 180

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

Shades of Cold Purple #A59CB4

Tints of Cold Purple #A59CB4

RGB

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

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

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

R = 32.93%
G = 31.14%
B = 35.93%

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

#A59CB4 (or 0xA59CB4) is known color: Cold Purple. HEX triplet: A5, 9C and B4. RGB value is (165,156,180). Sum of RGB (Red+Green+Blue) = 165+156+180=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #A59CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CB4 is #5A634B. Grayscale: #A1A1A1. Windows color (decimal): -5923660 or 11836581. OLE color: 11836581.

HSL color Cylindrical-coordinate representation of color #A59CB4: hue angle of 262.5º degrees, saturation: 0.14, 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 #A59CB4 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 156 180 -
CMYK 0.08 0.13 0 0.29
HSL 262.5º 0.14% 0.66% -
HSV(B) 262.5º 0.13% 0.71% -
XYZ 35.64 35.07 48.07 -
YUV 161.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 165 156 180 0.08 0.13 0 0.29 262.5 0.14 0.66
Hex A5 9C B4 8 D 0 1D 106 E 42
Octal 245 234 264 10 15 0 35 406 16 102
Binary 10100101 10011100 10110100 1000 1101 0 11101 100000110 1110 1000010

Color Harmonies of #A59CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CB4

Black with #A59CB4

Text Example


Text Example

White with #A59CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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