Html Css Color HEX #AC40DE Medium Orchid

📋 copy color: '#AC40DE'

red 172 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #AC40DE

Tints of Medium Orchid #AC40DE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.97%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 37.55%
G = 13.97%
B = 48.47%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC40DE (or 0xAC40DE) is known color: Medium Orchid. HEX triplet: AC, 40 and DE. RGB value is (172,64,222). Sum of RGB (Red+Green+Blue) = 172+64+222=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC40DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40DE is #53BF21. Grayscale: #717171. Windows color (decimal): -5488418 or 14565548. OLE color: 14565548.

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

Color convert

RGB 172 64 222 -
CMYK 0.23 0.71 0 0.13
HSL 281.01º 0.71% 0.56% -
HSV(B) 281.01º 0.71% 0.87% -
XYZ 32.03 17.71 70.84 -
YUV 114.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 172 64 222 0.23 0.71 0 0.13 281.01 0.71 0.56
Hex AC 40 DE 17 47 0 D 119 47 38
Octal 254 100 336 27 107 0 15 431 107 70
Binary 10101100 1000000 11011110 10111 1000111 0 1101 100011001 1000111 111000

Color Harmonies of #AC40DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40DE

Black with #AC40DE

Text Example


Text Example

White with #AC40DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40DE; }

 p { color: rgb(172,64,222); }

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

background-color css

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

 a { background-color: rgb(172,64,222); }

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

border-color css

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

 span { border-color: rgb(172,64,222); }

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