Html Css Color HEX #AC58EA Medium Orchid

📋 copy color: '#AC58EA'

red 172 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #AC58EA

Tints of Medium Orchid #AC58EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 34.82%
G = 17.81%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC58EA (or 0xAC58EA) is known color: Medium Orchid. HEX triplet: AC, 58 and EA. RGB value is (172,88,234). Sum of RGB (Red+Green+Blue) = 172+88+234=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC58EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58EA is #53A715. Grayscale: #818181. Windows color (decimal): -5482262 or 15358124. OLE color: 15358124.

HSL color Cylindrical-coordinate representation of color #AC58EA: hue angle of 274.52º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC58EA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 88 234 -
CMYK 0.26 0.62 0 0.08
HSL 274.52º 0.78% 0.63% -
HSV(B) 274.52º 0.62% 0.92% -
XYZ 35.35 21.69 80.17 -
YUV 129.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 172 88 234 0.26 0.62 0 0.08 274.52 0.78 0.63
Hex AC 58 EA 1A 3E 0 8 113 4E 3F
Octal 254 130 352 32 76 0 10 423 116 77
Binary 10101100 1011000 11101010 11010 111110 0 1000 100010011 1001110 111111

Color Harmonies of #AC58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58EA

Black with #AC58EA

Text Example


Text Example

White with #AC58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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