Html Css Color HEX #AC41CA Medium Orchid

📋 copy color: '#AC41CA'

red 172 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #AC41CA

Tints of Medium Orchid #AC41CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

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

R = 39.18%
G = 14.81%
B = 46.01%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC41CA (or 0xAC41CA) is known color: Medium Orchid. HEX triplet: AC, 41 and CA. RGB value is (172,65,202). Sum of RGB (Red+Green+Blue) = 172+65+202=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC41CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41CA is #53BE35. Grayscale: #707070. Windows color (decimal): -5488182 or 13255084. OLE color: 13255084.

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

Color convert

RGB 172 65 202 -
CMYK 0.15 0.68 0 0.21
HSL 286.86º 0.56% 0.52% -
HSV(B) 286.86º 0.68% 0.79% -
XYZ 29.56 16.82 57.56 -
YUV 112.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 172 65 202 0.15 0.68 0 0.21 286.86 0.56 0.52
Hex AC 41 CA F 44 0 15 11F 38 34
Octal 254 101 312 17 104 0 25 437 70 64
Binary 10101100 1000001 11001010 1111 1000100 0 10101 100011111 111000 110100

Color Harmonies of #AC41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41CA

Black with #AC41CA

Text Example


Text Example

White with #AC41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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