Html Css Color HEX #AC58CA Medium Orchid

📋 copy color: '#AC58CA'

red 172 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #AC58CA

Tints of Medium Orchid #AC58CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

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

R = 37.23%
G = 19.05%
B = 43.72%

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

#AC58CA (or 0xAC58CA) is known color: Medium Orchid. HEX triplet: AC, 58 and CA. RGB value is (172,88,202). Sum of RGB (Red+Green+Blue) = 172+88+202=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58CA is #53A735. Grayscale: #7D7D7D. Windows color (decimal): -5482294 or 13260972. OLE color: 13260972.

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

Color convert

RGB 172 88 202 -
CMYK 0.15 0.56 0 0.21
HSL 284.21º 0.52% 0.57% -
HSV(B) 284.21º 0.56% 0.79% -
XYZ 31.16 20.01 58.1 -
YUV 126.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 172 88 202 0.15 0.56 0 0.21 284.21 0.52 0.57
Hex AC 58 CA F 38 0 15 11C 34 39
Octal 254 130 312 17 70 0 25 434 64 71
Binary 10101100 1011000 11001010 1111 111000 0 10101 100011100 110100 111001

Color Harmonies of #AC58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58CA

Black with #AC58CA

Text Example


Text Example

White with #AC58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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