Html Css Color HEX #AC1EDD Dark Orchid

📋 copy color: '#AC1EDD'

red 172 ◦ green 30 ◦ blue 221

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

Shades of Dark Orchid #AC1EDD

Tints of Dark Orchid #AC1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 40.66%
G = 7.09%
B = 52.25%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC1EDD (or 0xAC1EDD) is known color: Dark Orchid. HEX triplet: AC, 1E and DD. RGB value is (172,30,221). Sum of RGB (Red+Green+Blue) = 172+30+221=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EDD is #53E122. Grayscale: #5D5D5D. Windows color (decimal): -5497123 or 14491308. OLE color: 14491308.

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

Color convert

RGB 172 30 221 -
CMYK 0.22 0.86 0 0.13
HSL 284.61º 0.76% 0.49% -
HSV(B) 284.61º 0.86% 0.87% -
XYZ 30.53 14.92 69.68 -
YUV 94.23 199.54 183.47 -
System Red Green Blue C M Y K H S L
Decimal 172 30 221 0.22 0.86 0 0.13 284.61 0.76 0.49
Hex AC 1E DD 16 56 0 D 11D 4C 31
Octal 254 36 335 26 126 0 15 435 114 61
Binary 10101100 11110 11011101 10110 1010110 0 1101 100011101 1001100 110001

Color Harmonies of #AC1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1EDD

Black with #AC1EDD

Text Example


Text Example

White with #AC1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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