Html Css Color HEX #AC54CC Medium Orchid

📋 copy color: '#AC54CC'

red 172 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #AC54CC

Tints of Medium Orchid #AC54CC

RGB

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

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

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

R = 37.39%
G = 18.26%
B = 44.35%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC54CC (or 0xAC54CC) is known color: Medium Orchid. HEX triplet: AC, 54 and CC. RGB value is (172,84,204). Sum of RGB (Red+Green+Blue) = 172+84+204=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54CC is #53AB33. Grayscale: #7B7B7B. Windows color (decimal): -5483316 or 13391020. OLE color: 13391020.

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

Color convert

RGB 172 84 204 -
CMYK 0.16 0.59 0 0.2
HSL 284º 0.54% 0.56% -
HSV(B) 284º 0.59% 0.8% -
XYZ 31.08 19.47 59.25 -
YUV 123.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 172 84 204 0.16 0.59 0 0.2 284 0.54 0.56
Hex AC 54 CC 10 3B 0 14 11C 36 38
Octal 254 124 314 20 73 0 24 434 66 70
Binary 10101100 1010100 11001100 10000 111011 0 10100 100011100 110110 111000

Color Harmonies of #AC54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54CC

Black with #AC54CC

Text Example


Text Example

White with #AC54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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