Html Css Color HEX #A619BA Dark Orchid

📋 copy color: '#A619BA'

red 166 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #A619BA

Tints of Dark Orchid #A619BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 44.03%
G = 6.63%
B = 49.34%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A619BA (or 0xA619BA) is known color: Dark Orchid. HEX triplet: A6, 19 and BA. RGB value is (166,25,186). Sum of RGB (Red+Green+Blue) = 166+25+186=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A619BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619BA is #59E645. Grayscale: #555555. Windows color (decimal): -5891654 or 12196262. OLE color: 12196262.

HSL color Cylindrical-coordinate representation of color #A619BA: hue angle of 292.55º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A619BA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 25 186 -
CMYK 0.11 0.87 0 0.27
HSL 292.55º 0.76% 0.41% -
HSV(B) 292.55º 0.87% 0.73% -
XYZ 24.94 12.35 47.52 -
YUV 85.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 166 25 186 0.11 0.87 0 0.27 292.55 0.76 0.41
Hex A6 19 BA B 57 0 1B 125 4C 29
Octal 246 31 272 13 127 0 33 445 114 51
Binary 10100110 11001 10111010 1011 1010111 0 11011 100100101 1001100 101001

Color Harmonies of #A619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619BA

Black with #A619BA

Text Example


Text Example

White with #A619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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