Html Css Color HEX #AC50FA Medium Orchid

📋 copy color: '#AC50FA'

red 172 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #AC50FA

Tints of Medium Orchid #AC50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

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

R = 34.26%
G = 15.94%
B = 49.8%

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

#AC50FA (or 0xAC50FA) is known color: Medium Orchid. HEX triplet: AC, 50 and FA. RGB value is (172,80,250). Sum of RGB (Red+Green+Blue) = 172+80+250=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50FA is #53AF05. Grayscale: #7E7E7E. Windows color (decimal): -5484294 or 16404652. OLE color: 16404652.

HSL color Cylindrical-coordinate representation of color #AC50FA: hue angle of 272.47º 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 #AC50FA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 80 250 -
CMYK 0.31 0.68 0 0.02
HSL 272.47º 0.94% 0.65% -
HSV(B) 272.47º 0.68% 0.98% -
XYZ 37.14 21.41 92.62 -
YUV 126.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 172 80 250 0.31 0.68 0 0.02 272.47 0.94 0.65
Hex AC 50 FA 1F 44 0 2 110 5E 41
Octal 254 120 372 37 104 0 2 420 136 101
Binary 10101100 1010000 11111010 11111 1000100 0 10 100010000 1011110 1000001

Color Harmonies of #AC50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50FA

Black with #AC50FA

Text Example


Text Example

White with #AC50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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