Html Css Color HEX #A59AB3 Cold Purple

📋 copy color: '#A59AB3'

red 165 ◦ green 154 ◦ blue 179

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

Shades of Cold Purple #A59AB3

Tints of Cold Purple #A59AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 33.13%
G = 30.92%
B = 35.94%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A59AB3 (or 0xA59AB3) is known color: Cold Purple. HEX triplet: A5, 9A and B3. RGB value is (165,154,179). Sum of RGB (Red+Green+Blue) = 165+154+179=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #A59AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AB3 is #5A654C. Grayscale: #A0A0A0. Windows color (decimal): -5924173 or 11770533. OLE color: 11770533.

HSL color Cylindrical-coordinate representation of color #A59AB3: hue angle of 266.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A59AB3 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 154 179 -
CMYK 0.08 0.14 0 0.30
HSL 266.4º 0.14% 0.65% -
HSV(B) 266.4º 0.14% 0.7% -
XYZ 35.21 34.37 47.43 -
YUV 160.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 165 154 179 0.08 0.14 0 0.30 266.4 0.14 0.65
Hex A5 9A B3 8 E 0 1E 10A E 41
Octal 245 232 263 10 16 0 36 412 16 101
Binary 10100101 10011010 10110011 1000 1110 0 11110 100001010 1110 1000001

Color Harmonies of #A59AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AB3

Black with #A59AB3

Text Example


Text Example

White with #A59AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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