Html Css Color HEX #AC60EA Medium Orchid

📋 copy color: '#AC60EA'

red 172 ◦ green 96 ◦ blue 234

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

Shades of Medium Orchid #AC60EA

Tints of Medium Orchid #AC60EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.12%

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

R = 34.26%
G = 19.12%
B = 46.61%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC60EA (or 0xAC60EA) is known color: Medium Orchid. HEX triplet: AC, 60 and EA. RGB value is (172,96,234). Sum of RGB (Red+Green+Blue) = 172+96+234=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60EA is #539F15. Grayscale: #858585. Windows color (decimal): -5480214 or 15360172. OLE color: 15360172.

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

Color convert

RGB 172 96 234 -
CMYK 0.26 0.59 0 0.08
HSL 273.04º 0.77% 0.65% -
HSV(B) 273.04º 0.59% 0.92% -
XYZ 36.05 23.08 80.4 -
YUV 134.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 172 96 234 0.26 0.59 0 0.08 273.04 0.77 0.65
Hex AC 60 EA 1A 3B 0 8 111 4D 41
Octal 254 140 352 32 73 0 10 421 115 101
Binary 10101100 1100000 11101010 11010 111011 0 1000 100010001 1001101 1000001

Color Harmonies of #AC60EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60EA

Black with #AC60EA

Text Example


Text Example

White with #AC60EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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