Html Css Color HEX #AC51FA Medium Orchid

📋 copy color: '#AC51FA'

red 172 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #AC51FA

Tints of Medium Orchid #AC51FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 34.19%
G = 16.1%
B = 49.7%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC51FA (or 0xAC51FA) is known color: Medium Orchid. HEX triplet: AC, 51 and FA. RGB value is (172,81,250). Sum of RGB (Red+Green+Blue) = 172+81+250=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51FA is #53AE05. Grayscale: #7E7E7E. Windows color (decimal): -5484038 or 16404908. OLE color: 16404908.

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

Color convert

RGB 172 81 250 -
CMYK 0.31 0.68 0 0.02
HSL 272.31º 0.94% 0.65% -
HSV(B) 272.31º 0.68% 0.98% -
XYZ 37.21 21.56 92.64 -
YUV 127.48 197.15 159.76 -
System Red Green Blue C M Y K H S L
Decimal 172 81 250 0.31 0.68 0 0.02 272.31 0.94 0.65
Hex AC 51 FA 1F 44 0 2 110 5E 41
Octal 254 121 372 37 104 0 2 420 136 101
Binary 10101100 1010001 11111010 11111 1000100 0 10 100010000 1011110 1000001

Color Harmonies of #AC51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51FA

Black with #AC51FA

Text Example


Text Example

White with #AC51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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