Html Css Color HEX #AC52CC Medium Orchid

📋 copy color: '#AC52CC'

red 172 ◦ green 82 ◦ blue 204

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

Shades of Medium Orchid #AC52CC

Tints of Medium Orchid #AC52CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

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

R = 37.55%
G = 17.9%
B = 44.54%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC52CC (or 0xAC52CC) is known color: Medium Orchid. HEX triplet: AC, 52 and CC. RGB value is (172,82,204). Sum of RGB (Red+Green+Blue) = 172+82+204=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52CC is #53AD33. Grayscale: #7A7A7A. Windows color (decimal): -5483828 or 13390508. OLE color: 13390508.

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

Color convert

RGB 172 82 204 -
CMYK 0.16 0.60 0 0.2
HSL 284.26º 0.54% 0.56% -
HSV(B) 284.26º 0.6% 0.8% -
XYZ 30.93 19.16 59.2 -
YUV 122.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 172 82 204 0.16 0.60 0 0.2 284.26 0.54 0.56
Hex AC 52 CC 10 3C 0 14 11C 36 38
Octal 254 122 314 20 74 0 24 434 66 70
Binary 10101100 1010010 11001100 10000 111100 0 10100 100011100 110110 111000

Color Harmonies of #AC52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52CC

Black with #AC52CC

Text Example


Text Example

White with #AC52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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