Html Css Color HEX #AC55CA Medium Orchid

📋 copy color: '#AC55CA'

red 172 ◦ green 85 ◦ blue 202

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

Shades of Medium Orchid #AC55CA

Tints of Medium Orchid #AC55CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 37.47%
G = 18.52%
B = 44.01%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC55CA (or 0xAC55CA) is known color: Medium Orchid. HEX triplet: AC, 55 and CA. RGB value is (172,85,202). Sum of RGB (Red+Green+Blue) = 172+85+202=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55CA is #53AA35. Grayscale: #7B7B7B. Windows color (decimal): -5483062 or 13260204. OLE color: 13260204.

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

Color convert

RGB 172 85 202 -
CMYK 0.15 0.58 0 0.21
HSL 284.62º 0.52% 0.56% -
HSV(B) 284.62º 0.58% 0.79% -
XYZ 30.92 19.53 58.02 -
YUV 124.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 172 85 202 0.15 0.58 0 0.21 284.62 0.52 0.56
Hex AC 55 CA F 3A 0 15 11D 34 38
Octal 254 125 312 17 72 0 25 435 64 70
Binary 10101100 1010101 11001010 1111 111010 0 10101 100011101 110100 111000

Color Harmonies of #AC55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55CA

Black with #AC55CA

Text Example


Text Example

White with #AC55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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