Html Css Color HEX #AC4DFF Medium Orchid

📋 copy color: '#AC4DFF'

red 172 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #AC4DFF

Tints of Medium Orchid #AC4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 34.13%
G = 15.28%
B = 50.6%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC4DFF (or 0xAC4DFF) is known color: Medium Orchid. HEX triplet: AC, 4D and FF. RGB value is (172,77,255). Sum of RGB (Red+Green+Blue) = 172+77+255=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4DFF is #53B200. Grayscale: #7D7D7D. Windows color (decimal): -5485057 or 16731564. OLE color: 16731564.

HSL color Cylindrical-coordinate representation of color #AC4DFF: hue angle of 272.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4DFF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 77 255 -
CMYK 0.33 0.70 0 0
HSL 272.02º 1% 0.65% -
HSV(B) 272.02º 0.7% 1% -
XYZ 37.72 21.3 96.73 -
YUV 125.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 172 77 255 0.33 0.70 0 0 272.02 1 0.65
Hex AC 4D FF 21 46 0 0 110 64 41
Octal 254 115 377 41 106 0 0 420 144 101
Binary 10101100 1001101 11111111 100001 1000110 0 0 100010000 1100100 1000001

Color Harmonies of #AC4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DFF

Black with #AC4DFF

Text Example


Text Example

White with #AC4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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