Html Css Color HEX #AC1FDD Dark Orchid

📋 copy color: '#AC1FDD'

red 172 ◦ green 31 ◦ blue 221

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

Shades of Dark Orchid #AC1FDD

Tints of Dark Orchid #AC1FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.31%

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

R = 40.57%
G = 7.31%
B = 52.12%

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

#AC1FDD (or 0xAC1FDD) is known color: Dark Orchid. HEX triplet: AC, 1F and DD. RGB value is (172,31,221). Sum of RGB (Red+Green+Blue) = 172+31+221=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC1FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FDD is #53E022. Grayscale: #5E5E5E. Windows color (decimal): -5496867 or 14491564. OLE color: 14491564.

HSL color Cylindrical-coordinate representation of color #AC1FDD: hue angle of 284.53º degrees, saturation: 0.75, 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 #AC1FDD is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 31 221 -
CMYK 0.22 0.86 0 0.13
HSL 284.53º 0.75% 0.49% -
HSV(B) 284.53º 0.86% 0.87% -
XYZ 30.55 14.97 69.69 -
YUV 94.82 199.21 183.05 -
System Red Green Blue C M Y K H S L
Decimal 172 31 221 0.22 0.86 0 0.13 284.53 0.75 0.49
Hex AC 1F DD 16 56 0 D 11D 4B 31
Octal 254 37 335 26 126 0 15 435 113 61
Binary 10101100 11111 11011101 10110 1010110 0 1101 100011101 1001011 110001

Color Harmonies of #AC1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FDD

Black with #AC1FDD

Text Example


Text Example

White with #AC1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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