Html Css Color HEX #A619C5 Dark Orchid

📋 copy color: '#A619C5'

red 166 ◦ green 25 ◦ blue 197

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

Shades of Dark Orchid #A619C5

Tints of Dark Orchid #A619C5

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

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

R = 42.78%
G = 6.44%
B = 50.77%

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

#A619C5 (or 0xA619C5) is known color: Dark Orchid. HEX triplet: A6, 19 and C5. RGB value is (166,25,197). Sum of RGB (Red+Green+Blue) = 166+25+197=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #A619C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619C5 is #59E63A. Grayscale: #565656. Windows color (decimal): -5891643 or 12917158. OLE color: 12917158.

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

Color convert

RGB 166 25 197 -
CMYK 0.16 0.87 0 0.23
HSL 289.19º 0.77% 0.44% -
HSV(B) 289.19º 0.87% 0.77% -
XYZ 26.15 12.83 53.92 -
YUV 86.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 166 25 197 0.16 0.87 0 0.23 289.19 0.77 0.44
Hex A6 19 C5 10 57 0 17 121 4D 2C
Octal 246 31 305 20 127 0 27 441 115 54
Binary 10100110 11001 11000101 10000 1010111 0 10111 100100001 1001101 101100

Color Harmonies of #A619C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619C5

Black with #A619C5

Text Example


Text Example

White with #A619C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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