Html Css Color HEX #AC44CF Medium Orchid

📋 copy color: '#AC44CF'

red 172 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #AC44CF

Tints of Medium Orchid #AC44CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.21%

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

R = 38.48%
G = 15.21%
B = 46.31%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC44CF (or 0xAC44CF) is known color: Medium Orchid. HEX triplet: AC, 44 and CF. RGB value is (172,68,207). Sum of RGB (Red+Green+Blue) = 172+68+207=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC44CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44CF is #53BB30. Grayscale: #727272. Windows color (decimal): -5487409 or 13583532. OLE color: 13583532.

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

Color convert

RGB 172 68 207 -
CMYK 0.17 0.67 0 0.19
HSL 284.89º 0.59% 0.54% -
HSV(B) 284.89º 0.67% 0.81% -
XYZ 30.34 17.41 60.79 -
YUV 114.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 172 68 207 0.17 0.67 0 0.19 284.89 0.59 0.54
Hex AC 44 CF 11 43 0 13 11D 3B 36
Octal 254 104 317 21 103 0 23 435 73 66
Binary 10101100 1000100 11001111 10001 1000011 0 10011 100011101 111011 110110

Color Harmonies of #AC44CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44CF

Black with #AC44CF

Text Example


Text Example

White with #AC44CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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