Html Css Color HEX #AC43C2 Medium Orchid

📋 copy color: '#AC43C2'

red 172 ◦ green 67 ◦ blue 194

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

Shades of Medium Orchid #AC43C2

Tints of Medium Orchid #AC43C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.8%

R = 39.72%
G = 15.47%
B = 44.8%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC43C2 (or 0xAC43C2) is known color: Medium Orchid. HEX triplet: AC, 43 and C2. RGB value is (172,67,194). Sum of RGB (Red+Green+Blue) = 172+67+194=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC43C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43C2 is #53BC3D. Grayscale: #707070. Windows color (decimal): -5487678 or 12731308. OLE color: 12731308.

HSL color Cylindrical-coordinate representation of color #AC43C2: hue angle of 289.61º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC43C2 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 67 194 -
CMYK 0.11 0.65 0 0.24
HSL 289.61º 0.51% 0.51% -
HSV(B) 289.61º 0.65% 0.76% -
XYZ 28.76 16.68 52.74 -
YUV 112.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 172 67 194 0.11 0.65 0 0.24 289.61 0.51 0.51
Hex AC 43 C2 B 41 0 18 122 33 33
Octal 254 103 302 13 101 0 30 442 63 63
Binary 10101100 1000011 11000010 1011 1000001 0 11000 100100010 110011 110011

Color Harmonies of #AC43C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43C2

Black with #AC43C2

Text Example


Text Example

White with #AC43C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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