Html Css Color HEX #AC19C3 Dark Orchid

📋 copy color: '#AC19C3'

red 172 ◦ green 25 ◦ blue 195

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

Shades of Dark Orchid #AC19C3

Tints of Dark Orchid #AC19C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.74%

R = 43.88%
G = 6.38%
B = 49.74%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC19C3 (or 0xAC19C3) is known color: Dark Orchid. HEX triplet: AC, 19 and C3. RGB value is (172,25,195). Sum of RGB (Red+Green+Blue) = 172+25+195=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC19C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19C3 is #53E63C. Grayscale: #575757. Windows color (decimal): -5498429 or 12786092. OLE color: 12786092.

HSL color Cylindrical-coordinate representation of color #AC19C3: hue angle of 291.88º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC19C3 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 25 195 -
CMYK 0.12 0.87 0 0.24
HSL 291.88º 0.77% 0.43% -
HSV(B) 291.88º 0.87% 0.76% -
XYZ 27.21 13.41 52.78 -
YUV 88.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 172 25 195 0.12 0.87 0 0.24 291.88 0.77 0.43
Hex AC 19 C3 C 57 0 18 124 4D 2B
Octal 254 31 303 14 127 0 30 444 115 53
Binary 10101100 11001 11000011 1100 1010111 0 11000 100100100 1001101 101011

Color Harmonies of #AC19C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC19C3

Black with #AC19C3

Text Example


Text Example

White with #AC19C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC19C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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