Html Css Color HEX #AC51D3 Medium Orchid

📋 copy color: '#AC51D3'

red 172 ◦ green 81 ◦ blue 211

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

Shades of Medium Orchid #AC51D3

Tints of Medium Orchid #AC51D3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 37.07%
G = 17.46%
B = 45.47%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC51D3 (or 0xAC51D3) is known color: Medium Orchid. HEX triplet: AC, 51 and D3. RGB value is (172,81,211). Sum of RGB (Red+Green+Blue) = 172+81+211=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC51D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51D3 is #53AE2C. Grayscale: #7A7A7A. Windows color (decimal): -5484077 or 13849004. OLE color: 13849004.

HSL color Cylindrical-coordinate representation of color #AC51D3: hue angle of 282º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC51D3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 81 211 -
CMYK 0.18 0.62 0 0.17
HSL 282º 0.6% 0.57% -
HSV(B) 282º 0.62% 0.83% -
XYZ 31.71 19.36 63.69 -
YUV 123.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 172 81 211 0.18 0.62 0 0.17 282 0.6 0.57
Hex AC 51 D3 12 3E 0 11 11A 3C 39
Octal 254 121 323 22 76 0 21 432 74 71
Binary 10101100 1010001 11010011 10010 111110 0 10001 100011010 111100 111001

Color Harmonies of #AC51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51D3

Black with #AC51D3

Text Example


Text Example

White with #AC51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51D3; }

 p { color: rgb(172,81,211); }

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

background-color css

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

 a { background-color: rgb(172,81,211); }

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

border-color css

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

 span { border-color: rgb(172,81,211); }

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