Html Css Color HEX #AC45CE Medium Orchid

📋 copy color: '#AC45CE'

red 172 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #AC45CE

Tints of Medium Orchid #AC45CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 38.48%
G = 15.44%
B = 46.09%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC45CE (or 0xAC45CE) is known color: Medium Orchid. HEX triplet: AC, 45 and CE. RGB value is (172,69,206). Sum of RGB (Red+Green+Blue) = 172+69+206=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45CE is #53BA31. Grayscale: #727272. Windows color (decimal): -5487154 or 13518252. OLE color: 13518252.

HSL color Cylindrical-coordinate representation of color #AC45CE: hue angle of 285.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC45CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 69 206 -
CMYK 0.17 0.67 0 0.19
HSL 285.11º 0.58% 0.54% -
HSV(B) 285.11º 0.67% 0.81% -
XYZ 30.28 17.48 60.17 -
YUV 115.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 172 69 206 0.17 0.67 0 0.19 285.11 0.58 0.54
Hex AC 45 CE 11 43 0 13 11D 3A 36
Octal 254 105 316 21 103 0 23 435 72 66
Binary 10101100 1000101 11001110 10001 1000011 0 10011 100011101 111010 110110

Color Harmonies of #AC45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45CE

Black with #AC45CE

Text Example


Text Example

White with #AC45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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