Html Css Color HEX #AC1FDB Dark Orchid

📋 copy color: '#AC1FDB'

red 172 ◦ green 31 ◦ blue 219

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

Shades of Dark Orchid #AC1FDB

Tints of Dark Orchid #AC1FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 40.76%
G = 7.35%
B = 51.9%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC1FDB (or 0xAC1FDB) is known color: Dark Orchid. HEX triplet: AC, 1F and DB. RGB value is (172,31,219). Sum of RGB (Red+Green+Blue) = 172+31+219=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FDB is #53E024. Grayscale: #5D5D5D. Windows color (decimal): -5496869 or 14360492. OLE color: 14360492.

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

Color convert

RGB 172 31 219 -
CMYK 0.21 0.86 0 0.14
HSL 285º 0.75% 0.49% -
HSV(B) 285º 0.86% 0.86% -
XYZ 30.29 14.87 68.29 -
YUV 94.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 172 31 219 0.21 0.86 0 0.14 285 0.75 0.49
Hex AC 1F DB 15 56 0 E 11D 4B 31
Octal 254 37 333 25 126 0 16 435 113 61
Binary 10101100 11111 11011011 10101 1010110 0 1110 100011101 1001011 110001

Color Harmonies of #AC1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FDB

Black with #AC1FDB

Text Example


Text Example

White with #AC1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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