Html Css Color HEX #A719BA Dark Orchid

📋 copy color: '#A719BA'

red 167 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #A719BA

Tints of Dark Orchid #A719BA

RGB

 RED value IS 167 (65.63% from 255) = 44.18%

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

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

R = 44.18%
G = 6.61%
B = 49.21%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A719BA (or 0xA719BA) is known color: Dark Orchid. HEX triplet: A7, 19 and BA. RGB value is (167,25,186). Sum of RGB (Red+Green+Blue) = 167+25+186=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #A719BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A719BA is #58E645. Grayscale: #555555. Windows color (decimal): -5826118 or 12196263. OLE color: 12196263.

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

Color convert

RGB 167 25 186 -
CMYK 0.10 0.87 0 0.27
HSL 292.92º 0.76% 0.41% -
HSV(B) 292.92º 0.87% 0.73% -
XYZ 25.15 12.46 47.53 -
YUV 85.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 167 25 186 0.10 0.87 0 0.27 292.92 0.76 0.41
Hex A7 19 BA A 57 0 1B 125 4C 29
Octal 247 31 272 12 127 0 33 445 114 51
Binary 10100111 11001 10111010 1010 1010111 0 11011 100100101 1001100 101001

Color Harmonies of #A719BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A719BA

Black with #A719BA

Text Example


Text Example

White with #A719BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A719BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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