Html Css Color HEX #AC41CB Medium Orchid

📋 copy color: '#AC41CB'

red 172 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #AC41CB

Tints of Medium Orchid #AC41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 39.09%
G = 14.77%
B = 46.14%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC41CB (or 0xAC41CB) is known color: Medium Orchid. HEX triplet: AC, 41 and CB. RGB value is (172,65,203). Sum of RGB (Red+Green+Blue) = 172+65+203=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC41CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41CB is #53BE34. Grayscale: #707070. Windows color (decimal): -5488181 or 13320620. OLE color: 13320620.

HSL color Cylindrical-coordinate representation of color #AC41CB: hue angle of 286.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC41CB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 65 203 -
CMYK 0.15 0.68 0 0.20
HSL 286.52º 0.57% 0.53% -
HSV(B) 286.52º 0.68% 0.8% -
XYZ 29.68 16.86 58.19 -
YUV 112.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 172 65 203 0.15 0.68 0 0.20 286.52 0.57 0.53
Hex AC 41 CB F 44 0 14 11F 39 35
Octal 254 101 313 17 104 0 24 437 71 65
Binary 10101100 1000001 11001011 1111 1000100 0 10100 100011111 111001 110101

Color Harmonies of #AC41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41CB

Black with #AC41CB

Text Example


Text Example

White with #AC41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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