Html Css Color HEX #A319C7 Dark Orchid

📋 copy color: '#A319C7'

red 163 ◦ green 25 ◦ blue 199

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

Shades of Dark Orchid #A319C7

Tints of Dark Orchid #A319C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.42%

R = 42.12%
G = 6.46%
B = 51.42%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A319C7 (or 0xA319C7) is known color: Dark Orchid. HEX triplet: A3, 19 and C7. RGB value is (163,25,199). Sum of RGB (Red+Green+Blue) = 163+25+199=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #A319C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319C7 is #5CE638. Grayscale: #555555. Windows color (decimal): -6088249 or 13048227. OLE color: 13048227.

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

Color convert

RGB 163 25 199 -
CMYK 0.18 0.87 0 0.22
HSL 287.59º 0.78% 0.44% -
HSV(B) 287.59º 0.87% 0.78% -
XYZ 25.76 12.61 55.11 -
YUV 86.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 163 25 199 0.18 0.87 0 0.22 287.59 0.78 0.44
Hex A3 19 C7 12 57 0 16 120 4E 2C
Octal 243 31 307 22 127 0 26 440 116 54
Binary 10100011 11001 11000111 10010 1010111 0 10110 100100000 1001110 101100

Color Harmonies of #A319C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319C7

Black with #A319C7

Text Example


Text Example

White with #A319C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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