Html Css Color HEX #AC60E5 Medium Orchid

📋 copy color: '#AC60E5'

red 172 ◦ green 96 ◦ blue 229

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

Shades of Medium Orchid #AC60E5

Tints of Medium Orchid #AC60E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.08%

R = 34.61%
G = 19.32%
B = 46.08%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC60E5 (or 0xAC60E5) is known color: Medium Orchid. HEX triplet: AC, 60 and E5. RGB value is (172,96,229). Sum of RGB (Red+Green+Blue) = 172+96+229=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC60E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60E5 is #539F1A. Grayscale: #858585. Windows color (decimal): -5480219 or 15032492. OLE color: 15032492.

HSL color Cylindrical-coordinate representation of color #AC60E5: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC60E5 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 96 229 -
CMYK 0.25 0.58 0 0.10
HSL 274.29º 0.72% 0.64% -
HSV(B) 274.29º 0.58% 0.9% -
XYZ 35.34 22.79 76.67 -
YUV 133.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 172 96 229 0.25 0.58 0 0.10 274.29 0.72 0.64
Hex AC 60 E5 19 3A 0 A 112 48 40
Octal 254 140 345 31 72 0 12 422 110 100
Binary 10101100 1100000 11100101 11001 111010 0 1010 100010010 1001000 1000000

Color Harmonies of #AC60E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60E5

Black with #AC60E5

Text Example


Text Example

White with #AC60E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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