Html Css Color HEX #A58CCC Cold Purple

📋 copy color: '#A58CCC'

red 165 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #A58CCC

Tints of Cold Purple #A58CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 32.42%
G = 27.5%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A58CCC (or 0xA58CCC) is known color: Cold Purple. HEX triplet: A5, 8C and CC. RGB value is (165,140,204). Sum of RGB (Red+Green+Blue) = 165+140+204=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A58CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CCC is #5A7333. Grayscale: #9A9A9A. Windows color (decimal): -5927732 or 13405349. OLE color: 13405349.

HSL color Cylindrical-coordinate representation of color #A58CCC: hue angle of 263.44º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58CCC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 140 204 -
CMYK 0.19 0.31 0 0.2
HSL 263.44º 0.39% 0.67% -
HSV(B) 263.44º 0.31% 0.8% -
XYZ 35.79 31.12 61.25 -
YUV 154.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 165 140 204 0.19 0.31 0 0.2 263.44 0.39 0.67
Hex A5 8C CC 13 1F 0 14 107 27 43
Octal 245 214 314 23 37 0 24 407 47 103
Binary 10100101 10001100 11001100 10011 11111 0 10100 100000111 100111 1000011

Color Harmonies of #A58CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CCC

Black with #A58CCC

Text Example


Text Example

White with #A58CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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