Html Css Color HEX #AC50EE Medium Orchid

📋 copy color: '#AC50EE'

red 172 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #AC50EE

Tints of Medium Orchid #AC50EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.33%

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

R = 35.1%
G = 16.33%
B = 48.57%

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

#AC50EE (or 0xAC50EE) is known color: Medium Orchid. HEX triplet: AC, 50 and EE. RGB value is (172,80,238). Sum of RGB (Red+Green+Blue) = 172+80+238=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC50EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50EE is #53AF11. Grayscale: #7C7C7C. Windows color (decimal): -5484306 or 15618220. OLE color: 15618220.

HSL color Cylindrical-coordinate representation of color #AC50EE: hue angle of 274.94º degrees, saturation: 0.82, 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 #AC50EE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 80 238 -
CMYK 0.28 0.66 0 0.07
HSL 274.94º 0.82% 0.62% -
HSV(B) 274.94º 0.66% 0.93% -
XYZ 35.31 20.68 83.02 -
YUV 125.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 172 80 238 0.28 0.66 0 0.07 274.94 0.82 0.62
Hex AC 50 EE 1C 42 0 7 113 52 3E
Octal 254 120 356 34 102 0 7 423 122 76
Binary 10101100 1010000 11101110 11100 1000010 0 111 100010011 1010010 111110

Color Harmonies of #AC50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50EE

Black with #AC50EE

Text Example


Text Example

White with #AC50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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