Html Css Color HEX #AC19D5 Dark Orchid

📋 copy color: '#AC19D5'

red 172 ◦ green 25 ◦ blue 213

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

Shades of Dark Orchid #AC19D5

Tints of Dark Orchid #AC19D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.95%

R = 41.95%
G = 6.1%
B = 51.95%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC19D5 (or 0xAC19D5) is known color: Dark Orchid. HEX triplet: AC, 19 and D5. RGB value is (172,25,213). Sum of RGB (Red+Green+Blue) = 172+25+213=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC19D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19D5 is #53E62A. Grayscale: #595959. Windows color (decimal): -5498411 or 13965740. OLE color: 13965740.

HSL color Cylindrical-coordinate representation of color #AC19D5: hue angle of 286.91º 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 #AC19D5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 25 213 -
CMYK 0.19 0.88 0 0.16
HSL 286.91º 0.79% 0.47% -
HSV(B) 286.91º 0.88% 0.84% -
XYZ 29.37 14.27 64.16 -
YUV 90.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 172 25 213 0.19 0.88 0 0.16 286.91 0.79 0.47
Hex AC 19 D5 13 58 0 10 11F 4F 2F
Octal 254 31 325 23 130 0 20 437 117 57
Binary 10101100 11001 11010101 10011 1011000 0 10000 100011111 1001111 101111

Color Harmonies of #AC19D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19D5

Black with #AC19D5

Text Example


Text Example

White with #AC19D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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