Html Css Color HEX #AC51ED Medium Orchid

📋 copy color: '#AC51ED'

red 172 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #AC51ED

Tints of Medium Orchid #AC51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 35.1%
G = 16.53%
B = 48.37%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC51ED (or 0xAC51ED) is known color: Medium Orchid. HEX triplet: AC, 51 and ED. RGB value is (172,81,237). Sum of RGB (Red+Green+Blue) = 172+81+237=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51ED is #53AE12. Grayscale: #7D7D7D. Windows color (decimal): -5484051 or 15552940. OLE color: 15552940.

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

Color convert

RGB 172 81 237 -
CMYK 0.27 0.66 0 0.07
HSL 275º 0.81% 0.62% -
HSV(B) 275º 0.66% 0.93% -
XYZ 35.24 20.77 82.27 -
YUV 125.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 172 81 237 0.27 0.66 0 0.07 275 0.81 0.62
Hex AC 51 ED 1B 42 0 7 113 51 3E
Octal 254 121 355 33 102 0 7 423 121 76
Binary 10101100 1010001 11101101 11011 1000010 0 111 100010011 1010001 111110

Color Harmonies of #AC51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51ED

Black with #AC51ED

Text Example


Text Example

White with #AC51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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