Html Css Color HEX #AC50D2 Medium Orchid

📋 copy color: '#AC50D2'

red 172 ◦ green 80 ◦ blue 210

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

Shades of Medium Orchid #AC50D2

Tints of Medium Orchid #AC50D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 37.23%
G = 17.32%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC50D2 (or 0xAC50D2) is known color: Medium Orchid. HEX triplet: AC, 50 and D2. RGB value is (172,80,210). Sum of RGB (Red+Green+Blue) = 172+80+210=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC50D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50D2 is #53AF2D. Grayscale: #797979. Windows color (decimal): -5484334 or 13783212. OLE color: 13783212.

HSL color Cylindrical-coordinate representation of color #AC50D2: hue angle of 282.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC50D2 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 80 210 -
CMYK 0.18 0.62 0 0.18
HSL 282.46º 0.59% 0.57% -
HSV(B) 282.46º 0.62% 0.82% -
XYZ 31.51 19.16 63.01 -
YUV 122.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 172 80 210 0.18 0.62 0 0.18 282.46 0.59 0.57
Hex AC 50 D2 12 3E 0 12 11A 3B 39
Octal 254 120 322 22 76 0 22 432 73 71
Binary 10101100 1010000 11010010 10010 111110 0 10010 100011010 111011 111001

Color Harmonies of #AC50D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50D2

Black with #AC50D2

Text Example


Text Example

White with #AC50D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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