Html Css Color HEX #AC4DCB Medium Orchid

📋 copy color: '#AC4DCB'

red 172 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #AC4DCB

Tints of Medium Orchid #AC4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

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

R = 38.05%
G = 17.04%
B = 44.91%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC4DCB (or 0xAC4DCB) is known color: Medium Orchid. HEX triplet: AC, 4D and CB. RGB value is (172,77,203). Sum of RGB (Red+Green+Blue) = 172+77+203=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DCB is #53B234. Grayscale: #777777. Windows color (decimal): -5485109 or 13323692. OLE color: 13323692.

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

Color convert

RGB 172 77 203 -
CMYK 0.15 0.62 0 0.20
HSL 285.24º 0.55% 0.55% -
HSV(B) 285.24º 0.62% 0.8% -
XYZ 30.45 18.39 58.44 -
YUV 119.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 172 77 203 0.15 0.62 0 0.20 285.24 0.55 0.55
Hex AC 4D CB F 3E 0 14 11D 37 37
Octal 254 115 313 17 76 0 24 435 67 67
Binary 10101100 1001101 11001011 1111 111110 0 10100 100011101 110111 110111

Color Harmonies of #AC4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DCB

Black with #AC4DCB

Text Example


Text Example

White with #AC4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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