Html Css Color HEX #A319BA Dark Orchid

📋 copy color: '#A319BA'

red 163 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #A319BA

Tints of Dark Orchid #A319BA

RGB

 RED value IS 163 (64.06% from 255) = 43.58%

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

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

R = 43.58%
G = 6.68%
B = 49.73%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A319BA (or 0xA319BA) is known color: Dark Orchid. HEX triplet: A3, 19 and BA. RGB value is (163,25,186). Sum of RGB (Red+Green+Blue) = 163+25+186=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A319BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319BA is #5CE645. Grayscale: #545454. Windows color (decimal): -6088262 or 12196259. OLE color: 12196259.

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

Color convert

RGB 163 25 186 -
CMYK 0.12 0.87 0 0.27
HSL 291.43º 0.76% 0.41% -
HSV(B) 291.43º 0.87% 0.73% -
XYZ 24.31 12.03 47.49 -
YUV 84.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 163 25 186 0.12 0.87 0 0.27 291.43 0.76 0.41
Hex A3 19 BA C 57 0 1B 123 4C 29
Octal 243 31 272 14 127 0 33 443 114 51
Binary 10100011 11001 10111010 1100 1010111 0 11011 100100011 1001100 101001

Color Harmonies of #A319BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319BA

Black with #A319BA

Text Example


Text Example

White with #A319BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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