Html Css Color HEX #AC44C6 Medium Orchid

📋 copy color: '#AC44C6'

red 172 ◦ green 68 ◦ blue 198

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

Shades of Medium Orchid #AC44C6

Tints of Medium Orchid #AC44C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.21%

R = 39.27%
G = 15.53%
B = 45.21%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC44C6 (or 0xAC44C6) is known color: Medium Orchid. HEX triplet: AC, 44 and C6. RGB value is (172,68,198). Sum of RGB (Red+Green+Blue) = 172+68+198=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC44C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44C6 is #53BB39. Grayscale: #717171. Windows color (decimal): -5487418 or 12993708. OLE color: 12993708.

HSL color Cylindrical-coordinate representation of color #AC44C6: hue angle of 288º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC44C6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 68 198 -
CMYK 0.13 0.66 0 0.22
HSL 288º 0.53% 0.52% -
HSV(B) 288º 0.66% 0.78% -
XYZ 29.27 16.98 55.16 -
YUV 113.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 172 68 198 0.13 0.66 0 0.22 288 0.53 0.52
Hex AC 44 C6 D 42 0 16 120 35 34
Octal 254 104 306 15 102 0 26 440 65 64
Binary 10101100 1000100 11000110 1101 1000010 0 10110 100100000 110101 110100

Color Harmonies of #AC44C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44C6

Black with #AC44C6

Text Example


Text Example

White with #AC44C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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