Html Css Color HEX #AC5CEA Medium Orchid

📋 copy color: '#AC5CEA'

red 172 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #AC5CEA

Tints of Medium Orchid #AC5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.47%

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

R = 34.54%
G = 18.47%
B = 46.99%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC5CEA (or 0xAC5CEA) is known color: Medium Orchid. HEX triplet: AC, 5C and EA. RGB value is (172,92,234). Sum of RGB (Red+Green+Blue) = 172+92+234=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC5CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CEA is #53A315. Grayscale: #838383. Windows color (decimal): -5481238 or 15359148. OLE color: 15359148.

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

Color convert

RGB 172 92 234 -
CMYK 0.26 0.61 0 0.08
HSL 273.8º 0.77% 0.64% -
HSV(B) 273.8º 0.61% 0.92% -
XYZ 35.69 22.37 80.28 -
YUV 132.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 172 92 234 0.26 0.61 0 0.08 273.8 0.77 0.64
Hex AC 5C EA 1A 3D 0 8 112 4D 40
Octal 254 134 352 32 75 0 10 422 115 100
Binary 10101100 1011100 11101010 11010 111101 0 1000 100010010 1001101 1000000

Color Harmonies of #AC5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CEA

Black with #AC5CEA

Text Example


Text Example

White with #AC5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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