Html Css Color HEX #AC52CB Medium Orchid

📋 copy color: '#AC52CB'

red 172 ◦ green 82 ◦ blue 203

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

Shades of Medium Orchid #AC52CB

Tints of Medium Orchid #AC52CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 37.64%
G = 17.94%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC52CB (or 0xAC52CB) is known color: Medium Orchid. HEX triplet: AC, 52 and CB. RGB value is (172,82,203). Sum of RGB (Red+Green+Blue) = 172+82+203=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC52CB is #53AD34. Grayscale: #7A7A7A. Windows color (decimal): -5483829 or 13324972. OLE color: 13324972.

HSL color Cylindrical-coordinate representation of color #AC52CB: hue angle of 284.63º 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 #AC52CB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 82 203 -
CMYK 0.15 0.60 0 0.20
HSL 284.63º 0.54% 0.56% -
HSV(B) 284.63º 0.6% 0.8% -
XYZ 30.81 19.12 58.57 -
YUV 122.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 172 82 203 0.15 0.60 0 0.20 284.63 0.54 0.56
Hex AC 52 CB F 3C 0 14 11D 36 38
Octal 254 122 313 17 74 0 24 435 66 70
Binary 10101100 1010010 11001011 1111 111100 0 10100 100011101 110110 111000

Color Harmonies of #AC52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC52CB

Black with #AC52CB

Text Example


Text Example

White with #AC52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC52CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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