Html Css Color HEX #AC45CA Medium Orchid

📋 copy color: '#AC45CA'

red 172 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #AC45CA

Tints of Medium Orchid #AC45CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

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

R = 38.83%
G = 15.58%
B = 45.6%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC45CA (or 0xAC45CA) is known color: Medium Orchid. HEX triplet: AC, 45 and CA. RGB value is (172,69,202). Sum of RGB (Red+Green+Blue) = 172+69+202=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45CA is #53BA35. Grayscale: #727272. Windows color (decimal): -5487158 or 13256108. OLE color: 13256108.

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

Color convert

RGB 172 69 202 -
CMYK 0.15 0.66 0 0.21
HSL 286.47º 0.56% 0.53% -
HSV(B) 286.47º 0.66% 0.79% -
XYZ 29.8 17.29 57.64 -
YUV 114.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 172 69 202 0.15 0.66 0 0.21 286.47 0.56 0.53
Hex AC 45 CA F 42 0 15 11E 38 35
Octal 254 105 312 17 102 0 25 436 70 65
Binary 10101100 1000101 11001010 1111 1000010 0 10101 100011110 111000 110101

Color Harmonies of #AC45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45CA

Black with #AC45CA

Text Example


Text Example

White with #AC45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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