Html Css Color HEX #AC4FD2 Medium Orchid

📋 copy color: '#AC4FD2'

red 172 ◦ green 79 ◦ blue 210

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

Shades of Medium Orchid #AC4FD2

Tints of Medium Orchid #AC4FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 37.31%
G = 17.14%
B = 45.55%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC4FD2 (or 0xAC4FD2) is known color: Medium Orchid. HEX triplet: AC, 4F and D2. RGB value is (172,79,210). Sum of RGB (Red+Green+Blue) = 172+79+210=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC4FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FD2 is #53B02D. Grayscale: #797979. Windows color (decimal): -5484590 or 13782956. OLE color: 13782956.

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

Color convert

RGB 172 79 210 -
CMYK 0.18 0.62 0 0.18
HSL 282.6º 0.59% 0.57% -
HSV(B) 282.6º 0.62% 0.82% -
XYZ 31.44 19.02 62.99 -
YUV 121.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 172 79 210 0.18 0.62 0 0.18 282.6 0.59 0.57
Hex AC 4F D2 12 3E 0 12 11B 3B 39
Octal 254 117 322 22 76 0 22 433 73 71
Binary 10101100 1001111 11010010 10010 111110 0 10010 100011011 111011 111001

Color Harmonies of #AC4FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FD2

Black with #AC4FD2

Text Example


Text Example

White with #AC4FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FD2; }

 p { color: rgb(172,79,210); }

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

background-color css

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

 a { background-color: rgb(172,79,210); }

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

border-color css

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

 span { border-color: rgb(172,79,210); }

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