Html Css Color HEX #AC4FFB Medium Orchid

📋 copy color: '#AC4FFB'

red 172 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #AC4FFB

Tints of Medium Orchid #AC4FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 34.26%
G = 15.74%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC4FFB (or 0xAC4FFB) is known color: Medium Orchid. HEX triplet: AC, 4F and FB. RGB value is (172,79,251). Sum of RGB (Red+Green+Blue) = 172+79+251=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FFB is #53B004. Grayscale: #7D7D7D. Windows color (decimal): -5484549 or 16469932. OLE color: 16469932.

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

Color convert

RGB 172 79 251 -
CMYK 0.31 0.69 0 0.02
HSL 272.44º 0.96% 0.65% -
HSV(B) 272.44º 0.69% 0.98% -
XYZ 37.22 21.33 93.42 -
YUV 126.42 198.31 160.51 -
System Red Green Blue C M Y K H S L
Decimal 172 79 251 0.31 0.69 0 0.02 272.44 0.96 0.65
Hex AC 4F FB 1F 45 0 2 110 60 41
Octal 254 117 373 37 105 0 2 420 140 101
Binary 10101100 1001111 11111011 11111 1000101 0 10 100010000 1100000 1000001

Color Harmonies of #AC4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FFB

Black with #AC4FFB

Text Example


Text Example

White with #AC4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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