Html Css Color HEX #AC45CB Medium Orchid

📋 copy color: '#AC45CB'

red 172 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #AC45CB

Tints of Medium Orchid #AC45CB

RGB

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

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

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

R = 38.74%
G = 15.54%
B = 45.72%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC45CB (or 0xAC45CB) is known color: Medium Orchid. HEX triplet: AC, 45 and CB. RGB value is (172,69,203). Sum of RGB (Red+Green+Blue) = 172+69+203=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC45CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45CB is #53BA34. Grayscale: #727272. Windows color (decimal): -5487157 or 13321644. OLE color: 13321644.

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

Color convert

RGB 172 69 203 -
CMYK 0.15 0.66 0 0.20
HSL 286.12º 0.56% 0.53% -
HSV(B) 286.12º 0.66% 0.8% -
XYZ 29.92 17.34 58.27 -
YUV 115.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 172 69 203 0.15 0.66 0 0.20 286.12 0.56 0.53
Hex AC 45 CB F 42 0 14 11E 38 35
Octal 254 105 313 17 102 0 24 436 70 65
Binary 10101100 1000101 11001011 1111 1000010 0 10100 100011110 111000 110101

Color Harmonies of #AC45CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45CB

Black with #AC45CB

Text Example


Text Example

White with #AC45CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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