Html Css Color HEX #AC44CC Medium Orchid

📋 copy color: '#AC44CC'

red 172 ◦ green 68 ◦ blue 204

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

Shades of Medium Orchid #AC44CC

Tints of Medium Orchid #AC44CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 38.74%
G = 15.32%
B = 45.95%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC44CC (or 0xAC44CC) is known color: Medium Orchid. HEX triplet: AC, 44 and CC. RGB value is (172,68,204). Sum of RGB (Red+Green+Blue) = 172+68+204=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC44CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44CC is #53BB33. Grayscale: #727272. Windows color (decimal): -5487412 or 13386924. OLE color: 13386924.

HSL color Cylindrical-coordinate representation of color #AC44CC: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC44CC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 68 204 -
CMYK 0.16 0.67 0 0.2
HSL 285.88º 0.57% 0.53% -
HSV(B) 285.88º 0.67% 0.8% -
XYZ 29.98 17.26 58.88 -
YUV 114.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 172 68 204 0.16 0.67 0 0.2 285.88 0.57 0.53
Hex AC 44 CC 10 43 0 14 11E 39 35
Octal 254 104 314 20 103 0 24 436 71 65
Binary 10101100 1000100 11001100 10000 1000011 0 10100 100011110 111001 110101

Color Harmonies of #AC44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44CC

Black with #AC44CC

Text Example


Text Example

White with #AC44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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