Html Css Color HEX #AC50F2 Medium Orchid

📋 copy color: '#AC50F2'

red 172 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #AC50F2

Tints of Medium Orchid #AC50F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 34.82%
G = 16.19%
B = 48.99%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC50F2 (or 0xAC50F2) is known color: Medium Orchid. HEX triplet: AC, 50 and F2. RGB value is (172,80,242). Sum of RGB (Red+Green+Blue) = 172+80+242=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC50F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50F2 is #53AF0D. Grayscale: #7D7D7D. Windows color (decimal): -5484302 or 15880364. OLE color: 15880364.

HSL color Cylindrical-coordinate representation of color #AC50F2: hue angle of 274.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC50F2 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 80 242 -
CMYK 0.29 0.67 0 0.05
HSL 274.07º 0.86% 0.63% -
HSV(B) 274.07º 0.67% 0.95% -
XYZ 35.91 20.92 86.15 -
YUV 125.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 172 80 242 0.29 0.67 0 0.05 274.07 0.86 0.63
Hex AC 50 F2 1D 43 0 5 112 56 3F
Octal 254 120 362 35 103 0 5 422 126 77
Binary 10101100 1010000 11110010 11101 1000011 0 101 100010010 1010110 111111

Color Harmonies of #AC50F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50F2

Black with #AC50F2

Text Example


Text Example

White with #AC50F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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