Html Css Color HEX #AC19D6 Dark Orchid

📋 copy color: '#AC19D6'

red 172 ◦ green 25 ◦ blue 214

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

Shades of Dark Orchid #AC19D6

Tints of Dark Orchid #AC19D6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 41.85%
G = 6.08%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC19D6 (or 0xAC19D6) is known color: Dark Orchid. HEX triplet: AC, 19 and D6. RGB value is (172,25,214). Sum of RGB (Red+Green+Blue) = 172+25+214=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC19D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19D6 is #53E629. Grayscale: #595959. Windows color (decimal): -5498410 or 14031276. OLE color: 14031276.

HSL color Cylindrical-coordinate representation of color #AC19D6: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC19D6 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 25 214 -
CMYK 0.20 0.88 0 0.16
HSL 286.67º 0.79% 0.47% -
HSV(B) 286.67º 0.88% 0.84% -
XYZ 29.5 14.32 64.83 -
YUV 90.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 172 25 214 0.20 0.88 0 0.16 286.67 0.79 0.47
Hex AC 19 D6 14 58 0 10 11F 4F 2F
Octal 254 31 326 24 130 0 20 437 117 57
Binary 10101100 11001 11010110 10100 1011000 0 10000 100011111 1001111 101111

Color Harmonies of #AC19D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19D6

Black with #AC19D6

Text Example


Text Example

White with #AC19D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19D6; }

 p { color: rgb(172,25,214); }

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

background-color css

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

 a { background-color: rgb(172,25,214); }

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

border-color css

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

 span { border-color: rgb(172,25,214); }

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