Html Css Color HEX #AC53CA Medium Orchid

📋 copy color: '#AC53CA'

red 172 ◦ green 83 ◦ blue 202

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

Shades of Medium Orchid #AC53CA

Tints of Medium Orchid #AC53CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 37.64%
G = 18.16%
B = 44.2%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC53CA (or 0xAC53CA) is known color: Medium Orchid. HEX triplet: AC, 53 and CA. RGB value is (172,83,202). Sum of RGB (Red+Green+Blue) = 172+83+202=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53CA is #53AC35. Grayscale: #7A7A7A. Windows color (decimal): -5483574 or 13259692. OLE color: 13259692.

HSL color Cylindrical-coordinate representation of color #AC53CA: hue angle of 284.87º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC53CA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 83 202 -
CMYK 0.15 0.59 0 0.21
HSL 284.87º 0.53% 0.56% -
HSV(B) 284.87º 0.59% 0.79% -
XYZ 30.77 19.22 57.97 -
YUV 123.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 172 83 202 0.15 0.59 0 0.21 284.87 0.53 0.56
Hex AC 53 CA F 3B 0 15 11D 35 38
Octal 254 123 312 17 73 0 25 435 65 70
Binary 10101100 1010011 11001010 1111 111011 0 10101 100011101 110101 111000

Color Harmonies of #AC53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53CA

Black with #AC53CA

Text Example


Text Example

White with #AC53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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