Html Css Color HEX #AC4FF6 Medium Orchid

📋 copy color: '#AC4FF6'

red 172 ◦ green 79 ◦ blue 246

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

Shades of Medium Orchid #AC4FF6

Tints of Medium Orchid #AC4FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 34.61%
G = 15.9%
B = 49.5%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC4FF6 (or 0xAC4FF6) is known color: Medium Orchid. HEX triplet: AC, 4F and F6. RGB value is (172,79,246). Sum of RGB (Red+Green+Blue) = 172+79+246=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC4FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FF6 is #53B009. Grayscale: #7D7D7D. Windows color (decimal): -5484554 or 16142252. OLE color: 16142252.

HSL color Cylindrical-coordinate representation of color #AC4FF6: hue angle of 273.41º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4FF6 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 79 246 -
CMYK 0.30 0.68 0 0.04
HSL 273.41º 0.9% 0.64% -
HSV(B) 273.41º 0.68% 0.96% -
XYZ 36.44 21.02 89.32 -
YUV 125.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 172 79 246 0.30 0.68 0 0.04 273.41 0.9 0.64
Hex AC 4F F6 1E 44 0 4 111 5A 40
Octal 254 117 366 36 104 0 4 421 132 100
Binary 10101100 1001111 11110110 11110 1000100 0 100 100010001 1011010 1000000

Color Harmonies of #AC4FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FF6

Black with #AC4FF6

Text Example


Text Example

White with #AC4FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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