Html Css Color HEX #A619BE Dark Orchid

📋 copy color: '#A619BE'

red 166 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #A619BE

Tints of Dark Orchid #A619BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 43.57%
G = 6.56%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A619BE (or 0xA619BE) is known color: Dark Orchid. HEX triplet: A6, 19 and BE. RGB value is (166,25,190). Sum of RGB (Red+Green+Blue) = 166+25+190=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A619BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619BE is #59E641. Grayscale: #555555. Windows color (decimal): -5891650 or 12458406. OLE color: 12458406.

HSL color Cylindrical-coordinate representation of color #A619BE: hue angle of 291.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A619BE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 25 190 -
CMYK 0.13 0.87 0 0.25
HSL 291.27º 0.77% 0.42% -
HSV(B) 291.27º 0.87% 0.75% -
XYZ 25.37 12.52 49.79 -
YUV 85.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 166 25 190 0.13 0.87 0 0.25 291.27 0.77 0.42
Hex A6 19 BE D 57 0 19 123 4D 2A
Octal 246 31 276 15 127 0 31 443 115 52
Binary 10100110 11001 10111110 1101 1010111 0 11001 100100011 1001101 101010

Color Harmonies of #A619BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619BE

Black with #A619BE

Text Example


Text Example

White with #A619BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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