Html Css Color HEX #A59ABC Cold Purple

📋 copy color: '#A59ABC'

red 165 ◦ green 154 ◦ blue 188

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

Shades of Cold Purple #A59ABC

Tints of Cold Purple #A59ABC

RGB

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

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

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

R = 32.54%
G = 30.37%
B = 37.08%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A59ABC (or 0xA59ABC) is known color: Cold Purple. HEX triplet: A5, 9A and BC. RGB value is (165,154,188). Sum of RGB (Red+Green+Blue) = 165+154+188=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ABC is #5A6543. Grayscale: #A1A1A1. Windows color (decimal): -5924164 or 12360357. OLE color: 12360357.

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

Color convert

RGB 165 154 188 -
CMYK 0.12 0.18 0 0.26
HSL 259.41º 0.2% 0.67% -
HSV(B) 259.41º 0.18% 0.74% -
XYZ 36.15 34.74 52.38 -
YUV 161.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 165 154 188 0.12 0.18 0 0.26 259.41 0.2 0.67
Hex A5 9A BC C 12 0 1A 103 14 43
Octal 245 232 274 14 22 0 32 403 24 103
Binary 10100101 10011010 10111100 1100 10010 0 11010 100000011 10100 1000011

Color Harmonies of #A59ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ABC

Black with #A59ABC

Text Example


Text Example

White with #A59ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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