Html Css Color HEX #AC53CC Medium Orchid

📋 copy color: '#AC53CC'

red 172 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #AC53CC

Tints of Medium Orchid #AC53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 37.47%
G = 18.08%
B = 44.44%

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

#AC53CC (or 0xAC53CC) is known color: Medium Orchid. HEX triplet: AC, 53 and CC. RGB value is (172,83,204). Sum of RGB (Red+Green+Blue) = 172+83+204=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC53CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53CC is #53AC33. Grayscale: #7B7B7B. Windows color (decimal): -5483572 or 13390764. OLE color: 13390764.

HSL color Cylindrical-coordinate representation of color #AC53CC: hue angle of 284.13º 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 #AC53CC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 83 204 -
CMYK 0.16 0.59 0 0.2
HSL 284.13º 0.54% 0.56% -
HSV(B) 284.13º 0.59% 0.8% -
XYZ 31.01 19.32 59.22 -
YUV 123.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 172 83 204 0.16 0.59 0 0.2 284.13 0.54 0.56
Hex AC 53 CC 10 3B 0 14 11C 36 38
Octal 254 123 314 20 73 0 24 434 66 70
Binary 10101100 1010011 11001100 10000 111011 0 10100 100011100 110110 111000

Color Harmonies of #AC53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53CC

Black with #AC53CC

Text Example


Text Example

White with #AC53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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