Html Css Color HEX #AC51FF Medium Orchid

📋 copy color: '#AC51FF'

red 172 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #AC51FF

Tints of Medium Orchid #AC51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.94%

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

R = 33.86%
G = 15.94%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC51FF (or 0xAC51FF) is known color: Medium Orchid. HEX triplet: AC, 51 and FF. RGB value is (172,81,255). Sum of RGB (Red+Green+Blue) = 172+81+255=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51FF is #53AE00. Grayscale: #7F7F7F. Windows color (decimal): -5484033 or 16732588. OLE color: 16732588.

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

Color convert

RGB 172 81 255 -
CMYK 0.33 0.68 0 0
HSL 271.38º 1% 0.66% -
HSV(B) 271.38º 0.68% 1% -
XYZ 38.01 21.88 96.83 -
YUV 128.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 172 81 255 0.33 0.68 0 0 271.38 1 0.66
Hex AC 51 FF 21 44 0 0 10F 64 42
Octal 254 121 377 41 104 0 0 417 144 102
Binary 10101100 1010001 11111111 100001 1000100 0 0 100001111 1100100 1000010

Color Harmonies of #AC51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51FF

Black with #AC51FF

Text Example


Text Example

White with #AC51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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