Html Css Color HEX #AC4FFF Medium Orchid

📋 copy color: '#AC4FFF'

red 172 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #AC4FFF

Tints of Medium Orchid #AC4FFF

RGB

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

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

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

R = 33.99%
G = 15.61%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC4FFF (or 0xAC4FFF) is known color: Medium Orchid. HEX triplet: AC, 4F and FF. RGB value is (172,79,255). Sum of RGB (Red+Green+Blue) = 172+79+255=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FFF is #53B000. Grayscale: #7E7E7E. Windows color (decimal): -5484545 or 16732076. OLE color: 16732076.

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

Color convert

RGB 172 79 255 -
CMYK 0.33 0.69 0 0
HSL 271.7º 1% 0.65% -
HSV(B) 271.7º 0.69% 1% -
XYZ 37.86 21.58 96.78 -
YUV 126.87 200.31 160.19 -
System Red Green Blue C M Y K H S L
Decimal 172 79 255 0.33 0.69 0 0 271.7 1 0.65
Hex AC 4F FF 21 45 0 0 110 64 41
Octal 254 117 377 41 105 0 0 420 144 101
Binary 10101100 1001111 11111111 100001 1000101 0 0 100010000 1100100 1000001

Color Harmonies of #AC4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FFF

Black with #AC4FFF

Text Example


Text Example

White with #AC4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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