Html Css Color HEX #A58ACE Cold Purple

📋 copy color: '#A58ACE'

red 165 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #A58ACE

Tints of Cold Purple #A58ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 32.42%
G = 27.11%
B = 40.47%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A58ACE (or 0xA58ACE) is known color: Cold Purple. HEX triplet: A5, 8A and CE. RGB value is (165,138,206). Sum of RGB (Red+Green+Blue) = 165+138+206=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ACE is #5A7531. Grayscale: #999999. Windows color (decimal): -5928242 or 13535909. OLE color: 13535909.

HSL color Cylindrical-coordinate representation of color #A58ACE: hue angle of 263.82º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58ACE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 138 206 -
CMYK 0.20 0.33 0 0.19
HSL 263.82º 0.41% 0.67% -
HSV(B) 263.82º 0.33% 0.81% -
XYZ 35.75 30.63 62.42 -
YUV 153.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 165 138 206 0.20 0.33 0 0.19 263.82 0.41 0.67
Hex A5 8A CE 14 21 0 13 108 29 43
Octal 245 212 316 24 41 0 23 410 51 103
Binary 10100101 10001010 11001110 10100 100001 0 10011 100001000 101001 1000011

Color Harmonies of #A58ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ACE

Black with #A58ACE

Text Example


Text Example

White with #A58ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ACE; }

 p { color: rgb(165,138,206); }

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

background-color css

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

 a { background-color: rgb(165,138,206); }

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

border-color css

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

 span { border-color: rgb(165,138,206); }

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