Html Css Color HEX #AC4BCC Medium Orchid

📋 copy color: '#AC4BCC'

red 172 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #AC4BCC

Tints of Medium Orchid #AC4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.63%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 38.14%
G = 16.63%
B = 45.23%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC4BCC (or 0xAC4BCC) is known color: Medium Orchid. HEX triplet: AC, 4B and CC. RGB value is (172,75,204). Sum of RGB (Red+Green+Blue) = 172+75+204=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC4BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BCC is #53B433. Grayscale: #767676. Windows color (decimal): -5485620 or 13388716. OLE color: 13388716.

HSL color Cylindrical-coordinate representation of color #AC4BCC: hue angle of 285.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4BCC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 75 204 -
CMYK 0.16 0.63 0 0.2
HSL 285.12º 0.56% 0.55% -
HSV(B) 285.12º 0.63% 0.8% -
XYZ 30.43 18.16 59.03 -
YUV 118.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 172 75 204 0.16 0.63 0 0.2 285.12 0.56 0.55
Hex AC 4B CC 10 3F 0 14 11D 38 37
Octal 254 113 314 20 77 0 24 435 70 67
Binary 10101100 1001011 11001100 10000 111111 0 10100 100011101 111000 110111

Color Harmonies of #AC4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BCC

Black with #AC4BCC

Text Example


Text Example

White with #AC4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BCC; }

 p { color: rgb(172,75,204); }

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

background-color css

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

 a { background-color: rgb(172,75,204); }

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

border-color css

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

 span { border-color: rgb(172,75,204); }

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