Html Css Color HEX #AC40DB Medium Orchid

📋 copy color: '#AC40DB'

red 172 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #AC40DB

Tints of Medium Orchid #AC40DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 37.8%
G = 14.07%
B = 48.13%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC40DB (or 0xAC40DB) is known color: Medium Orchid. HEX triplet: AC, 40 and DB. RGB value is (172,64,219). Sum of RGB (Red+Green+Blue) = 172+64+219=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40DB is #53BF24. Grayscale: #717171. Windows color (decimal): -5488421 or 14368940. OLE color: 14368940.

HSL color Cylindrical-coordinate representation of color #AC40DB: hue angle of 281.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC40DB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 64 219 -
CMYK 0.21 0.71 0 0.14
HSL 281.81º 0.68% 0.55% -
HSV(B) 281.81º 0.71% 0.86% -
XYZ 31.63 17.55 68.74 -
YUV 113.96 187.28 169.4 -
System Red Green Blue C M Y K H S L
Decimal 172 64 219 0.21 0.71 0 0.14 281.81 0.68 0.55
Hex AC 40 DB 15 47 0 E 11A 44 37
Octal 254 100 333 25 107 0 16 432 104 67
Binary 10101100 1000000 11011011 10101 1000111 0 1110 100011010 1000100 110111

Color Harmonies of #AC40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40DB

Black with #AC40DB

Text Example


Text Example

White with #AC40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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