Html Css Color HEX #AC40EA Medium Orchid

📋 copy color: '#AC40EA'

red 172 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #AC40EA

Tints of Medium Orchid #AC40EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.62%

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

R = 36.6%
G = 13.62%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC40EA (or 0xAC40EA) is known color: Medium Orchid. HEX triplet: AC, 40 and EA. RGB value is (172,64,234). Sum of RGB (Red+Green+Blue) = 172+64+234=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EA is #53BF15. Grayscale: #737373. Windows color (decimal): -5488406 or 15351980. OLE color: 15351980.

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

Color convert

RGB 172 64 234 -
CMYK 0.26 0.73 0 0.08
HSL 278.12º 0.8% 0.58% -
HSV(B) 278.12º 0.73% 0.92% -
XYZ 33.7 18.38 79.61 -
YUV 115.67 194.78 168.18 -
System Red Green Blue C M Y K H S L
Decimal 172 64 234 0.26 0.73 0 0.08 278.12 0.8 0.58
Hex AC 40 EA 1A 49 0 8 116 50 3A
Octal 254 100 352 32 111 0 10 426 120 72
Binary 10101100 1000000 11101010 11010 1001001 0 1000 100010110 1010000 111010

Color Harmonies of #AC40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40EA

Black with #AC40EA

Text Example


Text Example

White with #AC40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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