Html Css Color HEX #AC50E6 Medium Orchid

📋 copy color: '#AC50E6'

red 172 ◦ green 80 ◦ blue 230

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

Shades of Medium Orchid #AC50E6

Tints of Medium Orchid #AC50E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 35.68%
G = 16.6%
B = 47.72%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC50E6 (or 0xAC50E6) is known color: Medium Orchid. HEX triplet: AC, 50 and E6. RGB value is (172,80,230). Sum of RGB (Red+Green+Blue) = 172+80+230=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC50E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50E6 is #53AF19. Grayscale: #7C7C7C. Windows color (decimal): -5484314 or 15093932. OLE color: 15093932.

HSL color Cylindrical-coordinate representation of color #AC50E6: hue angle of 276.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC50E6 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 80 230 -
CMYK 0.25 0.65 0 0.10
HSL 276.8º 0.75% 0.61% -
HSV(B) 276.8º 0.65% 0.9% -
XYZ 34.16 20.22 76.97 -
YUV 124.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 172 80 230 0.25 0.65 0 0.10 276.8 0.75 0.61
Hex AC 50 E6 19 41 0 A 115 4B 3D
Octal 254 120 346 31 101 0 12 425 113 75
Binary 10101100 1010000 11100110 11001 1000001 0 1010 100010101 1001011 111101

Color Harmonies of #AC50E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50E6

Black with #AC50E6

Text Example


Text Example

White with #AC50E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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