Html Css Color HEX #A319C5 Dark Orchid

📋 copy color: '#A319C5'

red 163 ◦ green 25 ◦ blue 197

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

Shades of Dark Orchid #A319C5

Tints of Dark Orchid #A319C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 42.34%
G = 6.49%
B = 51.17%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A319C5 (or 0xA319C5) is known color: Dark Orchid. HEX triplet: A3, 19 and C5. RGB value is (163,25,197). Sum of RGB (Red+Green+Blue) = 163+25+197=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #A319C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319C5 is #5CE63A. Grayscale: #555555. Windows color (decimal): -6088251 or 12917155. OLE color: 12917155.

HSL color Cylindrical-coordinate representation of color #A319C5: hue angle of 288.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A319C5 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 25 197 -
CMYK 0.17 0.87 0 0.23
HSL 288.14º 0.77% 0.44% -
HSV(B) 288.14º 0.87% 0.77% -
XYZ 25.53 12.51 53.89 -
YUV 85.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 163 25 197 0.17 0.87 0 0.23 288.14 0.77 0.44
Hex A3 19 C5 11 57 0 17 120 4D 2C
Octal 243 31 305 21 127 0 27 440 115 54
Binary 10100011 11001 11000101 10001 1010111 0 10111 100100000 1001101 101100

Color Harmonies of #A319C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319C5

Black with #A319C5

Text Example


Text Example

White with #A319C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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