Html Css Color HEX #A58CC6 Cold Purple

📋 copy color: '#A58CC6'

red 165 ◦ green 140 ◦ blue 198

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

Shades of Cold Purple #A58CC6

Tints of Cold Purple #A58CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 32.8%
G = 27.83%
B = 39.36%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A58CC6 (or 0xA58CC6) is known color: Cold Purple. HEX triplet: A5, 8C and C6. RGB value is (165,140,198). Sum of RGB (Red+Green+Blue) = 165+140+198=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #A58CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CC6 is #5A7339. Grayscale: #999999. Windows color (decimal): -5927738 or 13012133. OLE color: 13012133.

HSL color Cylindrical-coordinate representation of color #A58CC6: hue angle of 265.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58CC6 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 140 198 -
CMYK 0.17 0.29 0 0.22
HSL 265.86º 0.34% 0.66% -
HSV(B) 265.86º 0.29% 0.78% -
XYZ 35.09 30.83 57.53 -
YUV 154.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 165 140 198 0.17 0.29 0 0.22 265.86 0.34 0.66
Hex A5 8C C6 11 1D 0 16 10A 22 42
Octal 245 214 306 21 35 0 26 412 42 102
Binary 10100101 10001100 11000110 10001 11101 0 10110 100001010 100010 1000010

Color Harmonies of #A58CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CC6

Black with #A58CC6

Text Example


Text Example

White with #A58CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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