Html Css Color HEX #A519C5 Dark Orchid

📋 copy color: '#A519C5'

red 165 ◦ green 25 ◦ blue 197

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

Shades of Dark Orchid #A519C5

Tints of Dark Orchid #A519C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.9%

R = 42.64%
G = 6.46%
B = 50.9%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A519C5 (or 0xA519C5) is known color: Dark Orchid. HEX triplet: A5, 19 and C5. RGB value is (165,25,197). Sum of RGB (Red+Green+Blue) = 165+25+197=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #A519C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519C5 is #5AE63A. Grayscale: #555555. Windows color (decimal): -5957179 or 12917157. OLE color: 12917157.

HSL color Cylindrical-coordinate representation of color #A519C5: hue angle of 288.84º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A519C5 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 25 197 -
CMYK 0.16 0.87 0 0.23
HSL 288.84º 0.77% 0.44% -
HSV(B) 288.84º 0.87% 0.77% -
XYZ 25.94 12.73 53.91 -
YUV 86.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 165 25 197 0.16 0.87 0 0.23 288.84 0.77 0.44
Hex A5 19 C5 10 57 0 17 121 4D 2C
Octal 245 31 305 20 127 0 27 441 115 54
Binary 10100101 11001 11000101 10000 1010111 0 10111 100100001 1001101 101100

Color Harmonies of #A519C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519C5

Black with #A519C5

Text Example


Text Example

White with #A519C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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