Html Css Color HEX #AC5EEA Medium Orchid

📋 copy color: '#AC5EEA'

red 172 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #AC5EEA

Tints of Medium Orchid #AC5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.8%

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

R = 34.4%
G = 18.8%
B = 46.8%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC5EEA (or 0xAC5EEA) is known color: Medium Orchid. HEX triplet: AC, 5E and EA. RGB value is (172,94,234). Sum of RGB (Red+Green+Blue) = 172+94+234=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC5EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EEA is #53A115. Grayscale: #848484. Windows color (decimal): -5480726 or 15359660. OLE color: 15359660.

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

Color convert

RGB 172 94 234 -
CMYK 0.26 0.60 0 0.08
HSL 273.43º 0.77% 0.64% -
HSV(B) 273.43º 0.6% 0.92% -
XYZ 35.87 22.72 80.34 -
YUV 133.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 172 94 234 0.26 0.60 0 0.08 273.43 0.77 0.64
Hex AC 5E EA 1A 3C 0 8 111 4D 40
Octal 254 136 352 32 74 0 10 421 115 100
Binary 10101100 1011110 11101010 11010 111100 0 1000 100010001 1001101 1000000

Color Harmonies of #AC5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EEA

Black with #AC5EEA

Text Example


Text Example

White with #AC5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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