Html Css Color HEX #AC60E9 Medium Orchid

📋 copy color: '#AC60E9'

red 172 ◦ green 96 ◦ blue 233

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

Shades of Medium Orchid #AC60E9

Tints of Medium Orchid #AC60E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 34.33%
G = 19.16%
B = 46.51%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC60E9 (or 0xAC60E9) is known color: Medium Orchid. HEX triplet: AC, 60 and E9. RGB value is (172,96,233). Sum of RGB (Red+Green+Blue) = 172+96+233=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC60E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60E9 is #539F16. Grayscale: #858585. Windows color (decimal): -5480215 or 15294636. OLE color: 15294636.

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

Color convert

RGB 172 96 233 -
CMYK 0.26 0.59 0 0.09
HSL 273.28º 0.76% 0.65% -
HSV(B) 273.28º 0.59% 0.91% -
XYZ 35.9 23.02 79.64 -
YUV 134.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 172 96 233 0.26 0.59 0 0.09 273.28 0.76 0.65
Hex AC 60 E9 1A 3B 0 9 111 4C 41
Octal 254 140 351 32 73 0 11 421 114 101
Binary 10101100 1100000 11101001 11010 111011 0 1001 100010001 1001100 1000001

Color Harmonies of #AC60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60E9

Black with #AC60E9

Text Example


Text Example

White with #AC60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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