Html Css Color HEX #AC4ADF Medium Orchid

📋 copy color: '#AC4ADF'

red 172 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #AC4ADF

Tints of Medium Orchid #AC4ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.78%

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 36.67%
G = 15.78%
B = 47.55%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4ADF (or 0xAC4ADF) is known color: Medium Orchid. HEX triplet: AC, 4A and DF. RGB value is (172,74,223). Sum of RGB (Red+Green+Blue) = 172+74+223=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC4ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ADF is #53B520. Grayscale: #777777. Windows color (decimal): -5485857 or 14633644. OLE color: 14633644.

HSL color Cylindrical-coordinate representation of color #AC4ADF: hue angle of 279.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4ADF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 74 223 -
CMYK 0.23 0.67 0 0.13
HSL 279.46º 0.7% 0.58% -
HSV(B) 279.46º 0.67% 0.87% -
XYZ 32.78 19 71.75 -
YUV 120.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 172 74 223 0.23 0.67 0 0.13 279.46 0.7 0.58
Hex AC 4A DF 17 43 0 D 117 46 3A
Octal 254 112 337 27 103 0 15 427 106 72
Binary 10101100 1001010 11011111 10111 1000011 0 1101 100010111 1000110 111010

Color Harmonies of #AC4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ADF

Black with #AC4ADF

Text Example


Text Example

White with #AC4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ADF; }

 p { color: rgb(172,74,223); }

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

background-color css

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

 a { background-color: rgb(172,74,223); }

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

border-color css

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

 span { border-color: rgb(172,74,223); }

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