Html Css Color HEX #A58CC1 Cold Purple

📋 copy color: '#A58CC1'

red 165 ◦ green 140 ◦ blue 193

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

Shades of Cold Purple #A58CC1

Tints of Cold Purple #A58CC1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.11%

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

R = 33.13%
G = 28.11%
B = 38.76%

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

#A58CC1 (or 0xA58CC1) is known color: Cold Purple. HEX triplet: A5, 8C and C1. RGB value is (165,140,193). Sum of RGB (Red+Green+Blue) = 165+140+193=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #A58CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CC1 is #5A733E. Grayscale: #999999. Windows color (decimal): -5927743 or 12684453. OLE color: 12684453.

HSL color Cylindrical-coordinate representation of color #A58CC1: hue angle of 268.3º 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 #A58CC1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 140 193 -
CMYK 0.15 0.27 0 0.24
HSL 268.3º 0.3% 0.65% -
HSV(B) 268.3º 0.27% 0.76% -
XYZ 34.52 30.61 54.54 -
YUV 153.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 165 140 193 0.15 0.27 0 0.24 268.3 0.3 0.65
Hex A5 8C C1 F 1B 0 18 10C 1E 41
Octal 245 214 301 17 33 0 30 414 36 101
Binary 10100101 10001100 11000001 1111 11011 0 11000 100001100 11110 1000001

Color Harmonies of #A58CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CC1

Black with #A58CC1

Text Example


Text Example

White with #A58CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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