Html Css Color HEX #AC43DC Medium Orchid

📋 copy color: '#AC43DC'

red 172 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #AC43DC

Tints of Medium Orchid #AC43DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 37.47%
G = 14.6%
B = 47.93%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC43DC (or 0xAC43DC) is known color: Medium Orchid. HEX triplet: AC, 43 and DC. RGB value is (172,67,220). Sum of RGB (Red+Green+Blue) = 172+67+220=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43DC is #53BC23. Grayscale: #737373. Windows color (decimal): -5487652 or 14435244. OLE color: 14435244.

HSL color Cylindrical-coordinate representation of color #AC43DC: hue angle of 281.18º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC43DC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 67 220 -
CMYK 0.22 0.70 0 0.14
HSL 281.18º 0.69% 0.56% -
HSV(B) 281.18º 0.7% 0.86% -
XYZ 31.94 17.95 69.49 -
YUV 115.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 172 67 220 0.22 0.70 0 0.14 281.18 0.69 0.56
Hex AC 43 DC 16 46 0 E 119 45 38
Octal 254 103 334 26 106 0 16 431 105 70
Binary 10101100 1000011 11011100 10110 1000110 0 1110 100011001 1000101 111000

Color Harmonies of #AC43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43DC

Black with #AC43DC

Text Example


Text Example

White with #AC43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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