Html Css Color HEX #AC40D0 Dark Orchid

📋 copy color: '#AC40D0'

red 172 ◦ green 64 ◦ blue 208

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

Shades of Dark Orchid #AC40D0

Tints of Dark Orchid #AC40D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 38.74%
G = 14.41%
B = 46.85%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC40D0 (or 0xAC40D0) is known color: Dark Orchid. HEX triplet: AC, 40 and D0. RGB value is (172,64,208). Sum of RGB (Red+Green+Blue) = 172+64+208=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC40D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40D0 is #53BF2F. Grayscale: #707070. Windows color (decimal): -5488432 or 13648044. OLE color: 13648044.

HSL color Cylindrical-coordinate representation of color #AC40D0: hue angle of 285º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC40D0 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 64 208 -
CMYK 0.17 0.69 0 0.18
HSL 285º 0.61% 0.53% -
HSV(B) 285º 0.69% 0.82% -
XYZ 30.23 16.99 61.36 -
YUV 112.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 172 64 208 0.17 0.69 0 0.18 285 0.61 0.53
Hex AC 40 D0 11 45 0 12 11D 3D 35
Octal 254 100 320 21 105 0 22 435 75 65
Binary 10101100 1000000 11010000 10001 1000101 0 10010 100011101 111101 110101

Color Harmonies of #AC40D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40D0

Black with #AC40D0

Text Example


Text Example

White with #AC40D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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