Html Css Color HEX #A58EC1 Cold Purple

📋 copy color: '#A58EC1'

red 165 ◦ green 142 ◦ blue 193

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

Shades of Cold Purple #A58EC1

Tints of Cold Purple #A58EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

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

R = 33%
G = 28.4%
B = 38.6%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A58EC1 (or 0xA58EC1) is known color: Cold Purple. HEX triplet: A5, 8E and C1. RGB value is (165,142,193). Sum of RGB (Red+Green+Blue) = 165+142+193=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #A58EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EC1 is #5A713E. Grayscale: #9A9A9A. Windows color (decimal): -5927231 or 12684965. OLE color: 12684965.

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

Color convert

RGB 165 142 193 -
CMYK 0.15 0.26 0 0.24
HSL 267.06º 0.29% 0.66% -
HSV(B) 267.06º 0.26% 0.76% -
XYZ 34.82 31.2 54.64 -
YUV 154.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 165 142 193 0.15 0.26 0 0.24 267.06 0.29 0.66
Hex A5 8E C1 F 1A 0 18 10B 1D 42
Octal 245 216 301 17 32 0 30 413 35 102
Binary 10100101 10001110 11000001 1111 11010 0 11000 100001011 11101 1000010

Color Harmonies of #A58EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EC1

Black with #A58EC1

Text Example


Text Example

White with #A58EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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