Html Css Color HEX #AC43DD Medium Orchid

📋 copy color: '#AC43DD'

red 172 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #AC43DD

Tints of Medium Orchid #AC43DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 37.39%
G = 14.57%
B = 48.04%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC43DD (or 0xAC43DD) is known color: Medium Orchid. HEX triplet: AC, 43 and DD. RGB value is (172,67,221). Sum of RGB (Red+Green+Blue) = 172+67+221=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC43DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43DD is #53BC22. Grayscale: #737373. Windows color (decimal): -5487651 or 14500780. OLE color: 14500780.

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

Color convert

RGB 172 67 221 -
CMYK 0.22 0.70 0 0.13
HSL 280.91º 0.69% 0.56% -
HSV(B) 280.91º 0.7% 0.87% -
XYZ 32.07 18.01 70.19 -
YUV 115.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 172 67 221 0.22 0.70 0 0.13 280.91 0.69 0.56
Hex AC 43 DD 16 46 0 D 119 45 38
Octal 254 103 335 26 106 0 15 431 105 70
Binary 10101100 1000011 11011101 10110 1000110 0 1101 100011001 1000101 111000

Color Harmonies of #AC43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43DD

Black with #AC43DD

Text Example


Text Example

White with #AC43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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