Html Css Color HEX #A519AC Dark Orchid

📋 copy color: '#A519AC'

red 165 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #A519AC

Tints of Dark Orchid #A519AC

RGB

 RED value IS 165 (64.84% from 255) = 45.58%

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 45.58%
G = 6.91%
B = 47.51%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A519AC (or 0xA519AC) is known color: Dark Orchid. HEX triplet: A5, 19 and AC. RGB value is (165,25,172). Sum of RGB (Red+Green+Blue) = 165+25+172=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A519AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A519AC is #5AE653. Grayscale: #535353. Windows color (decimal): -5957204 or 11278757. OLE color: 11278757.

HSL color Cylindrical-coordinate representation of color #A519AC: hue angle of 297.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A519AC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 25 172 -
CMYK 0.04 0.85 0 0.33
HSL 297.14º 0.75% 0.39% -
HSV(B) 297.14º 0.85% 0.67% -
XYZ 23.31 11.67 40.05 -
YUV 83.62 177.88 186.05 -
System Red Green Blue C M Y K H S L
Decimal 165 25 172 0.04 0.85 0 0.33 297.14 0.75 0.39
Hex A5 19 AC 4 55 0 21 129 4B 27
Octal 245 31 254 4 125 0 41 451 113 47
Binary 10100101 11001 10101100 100 1010101 0 100001 100101001 1001011 100111

Color Harmonies of #A519AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519AC

Black with #A519AC

Text Example


Text Example

White with #A519AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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