Html Css Color HEX #AC43CF Medium Orchid

📋 copy color: '#AC43CF'

red 172 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #AC43CF

Tints of Medium Orchid #AC43CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 38.57%
G = 15.02%
B = 46.41%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC43CF (or 0xAC43CF) is known color: Medium Orchid. HEX triplet: AC, 43 and CF. RGB value is (172,67,207). Sum of RGB (Red+Green+Blue) = 172+67+207=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43CF is #53BC30. Grayscale: #717171. Windows color (decimal): -5487665 or 13583276. OLE color: 13583276.

HSL color Cylindrical-coordinate representation of color #AC43CF: hue angle of 285º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC43CF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 67 207 -
CMYK 0.17 0.68 0 0.19
HSL 285º 0.59% 0.54% -
HSV(B) 285º 0.68% 0.81% -
XYZ 30.28 17.29 60.77 -
YUV 114.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 172 67 207 0.17 0.68 0 0.19 285 0.59 0.54
Hex AC 43 CF 11 44 0 13 11D 3B 36
Octal 254 103 317 21 104 0 23 435 73 66
Binary 10101100 1000011 11001111 10001 1000100 0 10011 100011101 111011 110110

Color Harmonies of #AC43CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43CF

Black with #AC43CF

Text Example


Text Example

White with #AC43CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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