Html Css Color HEX #AC1CDD Dark Orchid

📋 copy color: '#AC1CDD'

red 172 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #AC1CDD

Tints of Dark Orchid #AC1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

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

R = 40.86%
G = 6.65%
B = 52.49%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC1CDD (or 0xAC1CDD) is known color: Dark Orchid. HEX triplet: AC, 1C and DD. RGB value is (172,28,221). Sum of RGB (Red+Green+Blue) = 172+28+221=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC1CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CDD is #53E322. Grayscale: #5C5C5C. Windows color (decimal): -5497635 or 14490796. OLE color: 14490796.

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

Color convert

RGB 172 28 221 -
CMYK 0.22 0.87 0 0.13
HSL 284.77º 0.78% 0.49% -
HSV(B) 284.77º 0.87% 0.87% -
XYZ 30.48 14.82 69.66 -
YUV 93.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 172 28 221 0.22 0.87 0 0.13 284.77 0.78 0.49
Hex AC 1C DD 16 57 0 D 11D 4E 31
Octal 254 34 335 26 127 0 15 435 116 61
Binary 10101100 11100 11011101 10110 1010111 0 1101 100011101 1001110 110001

Color Harmonies of #AC1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CDD

Black with #AC1CDD

Text Example


Text Example

White with #AC1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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