Html Css Color HEX #AC45C8 Medium Orchid

📋 copy color: '#AC45C8'

red 172 ◦ green 69 ◦ blue 200

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

Shades of Medium Orchid #AC45C8

Tints of Medium Orchid #AC45C8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.65%

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 39%
G = 15.65%
B = 45.35%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC45C8 (or 0xAC45C8) is known color: Medium Orchid. HEX triplet: AC, 45 and C8. RGB value is (172,69,200). Sum of RGB (Red+Green+Blue) = 172+69+200=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC45C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45C8 is #53BA37. Grayscale: #727272. Windows color (decimal): -5487160 or 13125036. OLE color: 13125036.

HSL color Cylindrical-coordinate representation of color #AC45C8: hue angle of 287.18º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC45C8 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 69 200 -
CMYK 0.14 0.66 0 0.22
HSL 287.18º 0.54% 0.53% -
HSV(B) 287.18º 0.66% 0.78% -
XYZ 29.57 17.2 56.4 -
YUV 114.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 172 69 200 0.14 0.66 0 0.22 287.18 0.54 0.53
Hex AC 45 C8 E 42 0 16 11F 36 35
Octal 254 105 310 16 102 0 26 437 66 65
Binary 10101100 1000101 11001000 1110 1000010 0 10110 100011111 110110 110101

Color Harmonies of #AC45C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45C8

Black with #AC45C8

Text Example


Text Example

White with #AC45C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45C8; }

 p { color: rgb(172,69,200); }

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

background-color css

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

 a { background-color: rgb(172,69,200); }

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

border-color css

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

 span { border-color: rgb(172,69,200); }

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