Html Css Color HEX #AC4EEA Medium Orchid

📋 copy color: '#AC4EEA'

red 172 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #AC4EEA

Tints of Medium Orchid #AC4EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.12%

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

R = 35.54%
G = 16.12%
B = 48.35%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC4EEA (or 0xAC4EEA) is known color: Medium Orchid. HEX triplet: AC, 4E and EA. RGB value is (172,78,234). Sum of RGB (Red+Green+Blue) = 172+78+234=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC4EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4EEA is #53B115. Grayscale: #7B7B7B. Windows color (decimal): -5484822 or 15355564. OLE color: 15355564.

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

Color convert

RGB 172 78 234 -
CMYK 0.26 0.67 0 0.08
HSL 276.15º 0.79% 0.61% -
HSV(B) 276.15º 0.67% 0.92% -
XYZ 34.59 20.16 79.91 -
YUV 123.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 172 78 234 0.26 0.67 0 0.08 276.15 0.79 0.61
Hex AC 4E EA 1A 43 0 8 114 4F 3D
Octal 254 116 352 32 103 0 10 424 117 75
Binary 10101100 1001110 11101010 11010 1000011 0 1000 100010100 1001111 111101

Color Harmonies of #AC4EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EEA

Black with #AC4EEA

Text Example


Text Example

White with #AC4EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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