Html Css Color HEX #AC54C2 Medium Orchid

📋 copy color: '#AC54C2'

red 172 ◦ green 84 ◦ blue 194

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

Shades of Medium Orchid #AC54C2

Tints of Medium Orchid #AC54C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 38.22%
G = 18.67%
B = 43.11%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC54C2 (or 0xAC54C2) is known color: Medium Orchid. HEX triplet: AC, 54 and C2. RGB value is (172,84,194). Sum of RGB (Red+Green+Blue) = 172+84+194=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC54C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54C2 is #53AB3D. Grayscale: #7A7A7A. Windows color (decimal): -5483326 or 12735660. OLE color: 12735660.

HSL color Cylindrical-coordinate representation of color #AC54C2: hue angle of 288º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC54C2 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 84 194 -
CMYK 0.11 0.57 0 0.24
HSL 288º 0.47% 0.55% -
HSV(B) 288º 0.57% 0.76% -
XYZ 29.92 19.01 53.13 -
YUV 122.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 172 84 194 0.11 0.57 0 0.24 288 0.47 0.55
Hex AC 54 C2 B 39 0 18 120 2F 37
Octal 254 124 302 13 71 0 30 440 57 67
Binary 10101100 1010100 11000010 1011 111001 0 11000 100100000 101111 110111

Color Harmonies of #AC54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54C2

Black with #AC54C2

Text Example


Text Example

White with #AC54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54C2; }

 p { color: rgb(172,84,194); }

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

background-color css

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

 a { background-color: rgb(172,84,194); }

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

border-color css

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

 span { border-color: rgb(172,84,194); }

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