Html Css Color HEX #A58DC1 Cold Purple

📋 copy color: '#A58DC1'

red 165 ◦ green 141 ◦ blue 193

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

Shades of Cold Purple #A58DC1

Tints of Cold Purple #A58DC1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 33.07%
G = 28.26%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A58DC1 (or 0xA58DC1) is known color: Cold Purple. HEX triplet: A5, 8D and C1. RGB value is (165,141,193). Sum of RGB (Red+Green+Blue) = 165+141+193=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #A58DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DC1 is #5A723E. Grayscale: #999999. Windows color (decimal): -5927487 or 12684709. OLE color: 12684709.

HSL color Cylindrical-coordinate representation of color #A58DC1: hue angle of 267.69º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A58DC1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 141 193 -
CMYK 0.15 0.27 0 0.24
HSL 267.69º 0.3% 0.65% -
HSV(B) 267.69º 0.27% 0.76% -
XYZ 34.67 30.9 54.59 -
YUV 154.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 165 141 193 0.15 0.27 0 0.24 267.69 0.3 0.65
Hex A5 8D C1 F 1B 0 18 10C 1E 41
Octal 245 215 301 17 33 0 30 414 36 101
Binary 10100101 10001101 11000001 1111 11011 0 11000 100001100 11110 1000001

Color Harmonies of #A58DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DC1

Black with #A58DC1

Text Example


Text Example

White with #A58DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DC1; }

 p { color: rgb(165,141,193); }

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

background-color css

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

 a { background-color: rgb(165,141,193); }

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

border-color css

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

 span { border-color: rgb(165,141,193); }

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