Html Css Color HEX #AC43D6 Medium Orchid

📋 copy color: '#AC43D6'

red 172 ◦ green 67 ◦ blue 214

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

Shades of Medium Orchid #AC43D6

Tints of Medium Orchid #AC43D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 37.97%
G = 14.79%
B = 47.24%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC43D6 (or 0xAC43D6) is known color: Medium Orchid. HEX triplet: AC, 43 and D6. RGB value is (172,67,214). Sum of RGB (Red+Green+Blue) = 172+67+214=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC43D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43D6 is #53BC29. Grayscale: #727272. Windows color (decimal): -5487658 or 14042028. OLE color: 14042028.

HSL color Cylindrical-coordinate representation of color #AC43D6: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC43D6 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 67 214 -
CMYK 0.20 0.69 0 0.16
HSL 282.86º 0.64% 0.55% -
HSV(B) 282.86º 0.69% 0.84% -
XYZ 31.16 17.64 65.38 -
YUV 115.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 172 67 214 0.20 0.69 0 0.16 282.86 0.64 0.55
Hex AC 43 D6 14 45 0 10 11B 40 37
Octal 254 103 326 24 105 0 20 433 100 67
Binary 10101100 1000011 11010110 10100 1000101 0 10000 100011011 1000000 110111

Color Harmonies of #AC43D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43D6

Black with #AC43D6

Text Example


Text Example

White with #AC43D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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