Html Css Color HEX #AC49CA Medium Orchid

📋 copy color: '#AC49CA'

red 172 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #AC49CA

Tints of Medium Orchid #AC49CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.33%

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

R = 38.48%
G = 16.33%
B = 45.19%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC49CA (or 0xAC49CA) is known color: Medium Orchid. HEX triplet: AC, 49 and CA. RGB value is (172,73,202). Sum of RGB (Red+Green+Blue) = 172+73+202=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC49CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49CA is #53B635. Grayscale: #747474. Windows color (decimal): -5486134 or 13257132. OLE color: 13257132.

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

Color convert

RGB 172 73 202 -
CMYK 0.15 0.64 0 0.21
HSL 286.05º 0.55% 0.54% -
HSV(B) 286.05º 0.64% 0.79% -
XYZ 30.06 17.8 57.73 -
YUV 117.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 172 73 202 0.15 0.64 0 0.21 286.05 0.55 0.54
Hex AC 49 CA F 40 0 15 11E 37 36
Octal 254 111 312 17 100 0 25 436 67 66
Binary 10101100 1001001 11001010 1111 1000000 0 10101 100011110 110111 110110

Color Harmonies of #AC49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49CA

Black with #AC49CA

Text Example


Text Example

White with #AC49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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