Html Css Color HEX #A59ABB Cold Purple

📋 copy color: '#A59ABB'

red 165 ◦ green 154 ◦ blue 187

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

Shades of Cold Purple #A59ABB

Tints of Cold Purple #A59ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 32.61%
G = 30.43%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A59ABB (or 0xA59ABB) is known color: Cold Purple. HEX triplet: A5, 9A and BB. RGB value is (165,154,187). Sum of RGB (Red+Green+Blue) = 165+154+187=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A59ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ABB is #5A6544. Grayscale: #A0A0A0. Windows color (decimal): -5924165 or 12294821. OLE color: 12294821.

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

Color convert

RGB 165 154 187 -
CMYK 0.12 0.18 0 0.27
HSL 260º 0.2% 0.67% -
HSV(B) 260º 0.18% 0.73% -
XYZ 36.04 34.7 51.81 -
YUV 161.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 165 154 187 0.12 0.18 0 0.27 260 0.2 0.67
Hex A5 9A BB C 12 0 1B 104 14 43
Octal 245 232 273 14 22 0 33 404 24 103
Binary 10100101 10011010 10111011 1100 10010 0 11011 100000100 10100 1000011

Color Harmonies of #A59ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ABB

Black with #A59ABB

Text Example


Text Example

White with #A59ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ABB; }

 p { color: rgb(165,154,187); }

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

background-color css

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

 a { background-color: rgb(165,154,187); }

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

border-color css

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

 span { border-color: rgb(165,154,187); }

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