Html Css Color HEX #AC43CE Medium Orchid

📋 copy color: '#AC43CE'

red 172 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #AC43CE

Tints of Medium Orchid #AC43CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.06%

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

R = 38.65%
G = 15.06%
B = 46.29%

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

#AC43CE (or 0xAC43CE) is known color: Medium Orchid. HEX triplet: AC, 43 and CE. RGB value is (172,67,206). Sum of RGB (Red+Green+Blue) = 172+67+206=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC43CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43CE is #53BC31. Grayscale: #717171. Windows color (decimal): -5487666 or 13517740. OLE color: 13517740.

HSL color Cylindrical-coordinate representation of color #AC43CE: hue angle of 285.32º degrees, saturation: 0.59, 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 #AC43CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 67 206 -
CMYK 0.17 0.67 0 0.19
HSL 285.32º 0.59% 0.54% -
HSV(B) 285.32º 0.67% 0.81% -
XYZ 30.16 17.24 60.13 -
YUV 114.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 172 67 206 0.17 0.67 0 0.19 285.32 0.59 0.54
Hex AC 43 CE 11 43 0 13 11D 3B 36
Octal 254 103 316 21 103 0 23 435 73 66
Binary 10101100 1000011 11001110 10001 1000011 0 10011 100011101 111011 110110

Color Harmonies of #AC43CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43CE

Black with #AC43CE

Text Example


Text Example

White with #AC43CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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