Html Css Color HEX #AC50FF Medium Orchid

📋 copy color: '#AC50FF'

red 172 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #AC50FF

Tints of Medium Orchid #AC50FF

RGB

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

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

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

R = 33.93%
G = 15.78%
B = 50.3%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC50FF (or 0xAC50FF) is known color: Medium Orchid. HEX triplet: AC, 50 and FF. RGB value is (172,80,255). Sum of RGB (Red+Green+Blue) = 172+80+255=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50FF is #53AF00. Grayscale: #7E7E7E. Windows color (decimal): -5484289 or 16732332. OLE color: 16732332.

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

Color convert

RGB 172 80 255 -
CMYK 0.33 0.69 0 0
HSL 271.54º 1% 0.66% -
HSV(B) 271.54º 0.69% 1% -
XYZ 37.93 21.73 96.8 -
YUV 127.46 199.98 159.77 -
System Red Green Blue C M Y K H S L
Decimal 172 80 255 0.33 0.69 0 0 271.54 1 0.66
Hex AC 50 FF 21 45 0 0 110 64 42
Octal 254 120 377 41 105 0 0 420 144 102
Binary 10101100 1010000 11111111 100001 1000101 0 0 100010000 1100100 1000010

Color Harmonies of #AC50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50FF

Black with #AC50FF

Text Example


Text Example

White with #AC50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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