Html Css Color HEX #AC51EE Medium Orchid

📋 copy color: '#AC51EE'

red 172 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #AC51EE

Tints of Medium Orchid #AC51EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.5%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 35.03%
G = 16.5%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC51EE (or 0xAC51EE) is known color: Medium Orchid. HEX triplet: AC, 51 and EE. RGB value is (172,81,238). Sum of RGB (Red+Green+Blue) = 172+81+238=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC51EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51EE is #53AE11. Grayscale: #7D7D7D. Windows color (decimal): -5484050 or 15618476. OLE color: 15618476.

HSL color Cylindrical-coordinate representation of color #AC51EE: hue angle of 274.78º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC51EE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 81 238 -
CMYK 0.28 0.66 0 0.07
HSL 274.78º 0.82% 0.63% -
HSV(B) 274.78º 0.66% 0.93% -
XYZ 35.39 20.83 83.04 -
YUV 126.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 172 81 238 0.28 0.66 0 0.07 274.78 0.82 0.63
Hex AC 51 EE 1C 42 0 7 113 52 3F
Octal 254 121 356 34 102 0 7 423 122 77
Binary 10101100 1010001 11101110 11100 1000010 0 111 100010011 1010010 111111

Color Harmonies of #AC51EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51EE

Black with #AC51EE

Text Example


Text Example

White with #AC51EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51EE; }

 p { color: rgb(172,81,238); }

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

background-color css

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

 a { background-color: rgb(172,81,238); }

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

border-color css

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

 span { border-color: rgb(172,81,238); }

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