Html Css Color HEX #AC59CA Medium Orchid

📋 copy color: '#AC59CA'

red 172 ◦ green 89 ◦ blue 202

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

Shades of Medium Orchid #AC59CA

Tints of Medium Orchid #AC59CA

RGB

 RED value IS 172 (67.58% from 255) = 37.15%

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 37.15%
G = 19.22%
B = 43.63%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC59CA (or 0xAC59CA) is known color: Medium Orchid. HEX triplet: AC, 59 and CA. RGB value is (172,89,202). Sum of RGB (Red+Green+Blue) = 172+89+202=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59CA is #53A635. Grayscale: #7E7E7E. Windows color (decimal): -5482038 or 13261228. OLE color: 13261228.

HSL color Cylindrical-coordinate representation of color #AC59CA: hue angle of 284.07º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC59CA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 89 202 -
CMYK 0.15 0.56 0 0.21
HSL 284.07º 0.52% 0.57% -
HSV(B) 284.07º 0.56% 0.79% -
XYZ 31.25 20.18 58.13 -
YUV 126.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 172 89 202 0.15 0.56 0 0.21 284.07 0.52 0.57
Hex AC 59 CA F 38 0 15 11C 34 39
Octal 254 131 312 17 70 0 25 434 64 71
Binary 10101100 1011001 11001010 1111 111000 0 10101 100011100 110100 111001

Color Harmonies of #AC59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59CA

Black with #AC59CA

Text Example


Text Example

White with #AC59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59CA; }

 p { color: rgb(172,89,202); }

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

background-color css

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

 a { background-color: rgb(172,89,202); }

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

border-color css

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

 span { border-color: rgb(172,89,202); }

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