Html Css Color HEX #AC1EDA Dark Orchid

📋 copy color: '#AC1EDA'

red 172 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #AC1EDA

Tints of Dark Orchid #AC1EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.14%

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 40.95%
G = 7.14%
B = 51.9%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC1EDA (or 0xAC1EDA) is known color: Dark Orchid. HEX triplet: AC, 1E and DA. RGB value is (172,30,218). Sum of RGB (Red+Green+Blue) = 172+30+218=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EDA is #53E125. Grayscale: #5D5D5D. Windows color (decimal): -5497126 or 14294700. OLE color: 14294700.

HSL color Cylindrical-coordinate representation of color #AC1EDA: hue angle of 285.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1EDA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 30 218 -
CMYK 0.21 0.86 0 0.15
HSL 285.32º 0.76% 0.49% -
HSV(B) 285.32º 0.86% 0.85% -
XYZ 30.13 14.76 67.59 -
YUV 93.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 172 30 218 0.21 0.86 0 0.15 285.32 0.76 0.49
Hex AC 1E DA 15 56 0 F 11D 4C 31
Octal 254 36 332 25 126 0 17 435 114 61
Binary 10101100 11110 11011010 10101 1010110 0 1111 100011101 1001100 110001

Color Harmonies of #AC1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1EDA

Black with #AC1EDA

Text Example


Text Example

White with #AC1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1EDA; }

 p { color: rgb(172,30,218); }

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

background-color css

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

 a { background-color: rgb(172,30,218); }

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

border-color css

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

 span { border-color: rgb(172,30,218); }

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