Html Css Color HEX #AC1ADD Dark Orchid

📋 copy color: '#AC1ADD'

red 172 ◦ green 26 ◦ blue 221

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

Shades of Dark Orchid #AC1ADD

Tints of Dark Orchid #AC1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.21%

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

R = 41.05%
G = 6.21%
B = 52.74%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC1ADD (or 0xAC1ADD) is known color: Dark Orchid. HEX triplet: AC, 1A and DD. RGB value is (172,26,221). Sum of RGB (Red+Green+Blue) = 172+26+221=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC1ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ADD is #53E522. Grayscale: #5B5B5B. Windows color (decimal): -5498147 or 14490284. OLE color: 14490284.

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

Color convert

RGB 172 26 221 -
CMYK 0.22 0.88 0 0.13
HSL 284.92º 0.79% 0.48% -
HSV(B) 284.92º 0.88% 0.87% -
XYZ 30.43 14.73 69.65 -
YUV 91.88 200.87 185.14 -
System Red Green Blue C M Y K H S L
Decimal 172 26 221 0.22 0.88 0 0.13 284.92 0.79 0.48
Hex AC 1A DD 16 58 0 D 11D 4F 30
Octal 254 32 335 26 130 0 15 435 117 60
Binary 10101100 11010 11011101 10110 1011000 0 1101 100011101 1001111 110000

Color Harmonies of #AC1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ADD

Black with #AC1ADD

Text Example


Text Example

White with #AC1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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