Html Css Color HEX #AC53CB Medium Orchid

📋 copy color: '#AC53CB'

red 172 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #AC53CB

Tints of Medium Orchid #AC53CB

RGB

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

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

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

R = 37.55%
G = 18.12%
B = 44.32%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC53CB (or 0xAC53CB) is known color: Medium Orchid. HEX triplet: AC, 53 and CB. RGB value is (172,83,203). Sum of RGB (Red+Green+Blue) = 172+83+203=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC53CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53CB is #53AC34. Grayscale: #7A7A7A. Windows color (decimal): -5483573 or 13325228. OLE color: 13325228.

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

Color convert

RGB 172 83 203 -
CMYK 0.15 0.59 0 0.20
HSL 284.5º 0.54% 0.56% -
HSV(B) 284.5º 0.59% 0.8% -
XYZ 30.89 19.27 58.59 -
YUV 123.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 172 83 203 0.15 0.59 0 0.20 284.5 0.54 0.56
Hex AC 53 CB F 3B 0 14 11C 36 38
Octal 254 123 313 17 73 0 24 434 66 70
Binary 10101100 1010011 11001011 1111 111011 0 10100 100011100 110110 111000

Color Harmonies of #AC53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53CB

Black with #AC53CB

Text Example


Text Example

White with #AC53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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