Html Css Color HEX #AC61D5 Medium Orchid

📋 copy color: '#AC61D5'

red 172 ◦ green 97 ◦ blue 213

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

Shades of Medium Orchid #AC61D5

Tints of Medium Orchid #AC61D5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 35.68%
G = 20.12%
B = 44.19%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC61D5 (or 0xAC61D5) is known color: Medium Orchid. HEX triplet: AC, 61 and D5. RGB value is (172,97,213). Sum of RGB (Red+Green+Blue) = 172+97+213=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC61D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61D5 is #539E2A. Grayscale: #848484. Windows color (decimal): -5479979 or 13984172. OLE color: 13984172.

HSL color Cylindrical-coordinate representation of color #AC61D5: hue angle of 278.79º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC61D5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 97 213 -
CMYK 0.19 0.54 0 0.16
HSL 278.79º 0.58% 0.61% -
HSV(B) 278.79º 0.54% 0.84% -
XYZ 33.3 22.12 65.47 -
YUV 132.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 172 97 213 0.19 0.54 0 0.16 278.79 0.58 0.61
Hex AC 61 D5 13 36 0 10 117 3A 3D
Octal 254 141 325 23 66 0 20 427 72 75
Binary 10101100 1100001 11010101 10011 110110 0 10000 100010111 111010 111101

Color Harmonies of #AC61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61D5

Black with #AC61D5

Text Example


Text Example

White with #AC61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61D5; }

 p { color: rgb(172,97,213); }

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

background-color css

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

 a { background-color: rgb(172,97,213); }

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

border-color css

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

 span { border-color: rgb(172,97,213); }

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