Html Css Color HEX #A819BA Dark Orchid

📋 copy color: '#A819BA'

red 168 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #A819BA

Tints of Dark Orchid #A819BA

RGB

 RED value IS 168 (66.02% from 255) = 44.33%

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

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

R = 44.33%
G = 6.6%
B = 49.08%

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

#A819BA (or 0xA819BA) is known color: Dark Orchid. HEX triplet: A8, 19 and BA. RGB value is (168,25,186). Sum of RGB (Red+Green+Blue) = 168+25+186=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A819BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819BA is #57E645. Grayscale: #555555. Windows color (decimal): -5760582 or 12196264. OLE color: 12196264.

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

Color convert

RGB 168 25 186 -
CMYK 0.10 0.87 0 0.27
HSL 293.29º 0.76% 0.41% -
HSV(B) 293.29º 0.87% 0.73% -
XYZ 25.36 12.57 47.54 -
YUV 86.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 168 25 186 0.10 0.87 0 0.27 293.29 0.76 0.41
Hex A8 19 BA A 57 0 1B 125 4C 29
Octal 250 31 272 12 127 0 33 445 114 51
Binary 10101000 11001 10111010 1010 1010111 0 11011 100100101 1001100 101001

Color Harmonies of #A819BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819BA

Black with #A819BA

Text Example


Text Example

White with #A819BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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