Html Css Color HEX #A319C9 Dark Orchid

📋 copy color: '#A319C9'

red 163 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #A319C9

Tints of Dark Orchid #A319C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 41.9%
G = 6.43%
B = 51.67%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A319C9 (or 0xA319C9) is known color: Dark Orchid. HEX triplet: A3, 19 and C9. RGB value is (163,25,201). Sum of RGB (Red+Green+Blue) = 163+25+201=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #A319C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319C9 is #5CE636. Grayscale: #555555. Windows color (decimal): -6088247 or 13179299. OLE color: 13179299.

HSL color Cylindrical-coordinate representation of color #A319C9: hue angle of 287.05º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A319C9 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 25 201 -
CMYK 0.19 0.88 0 0.21
HSL 287.05º 0.78% 0.44% -
HSV(B) 287.05º 0.88% 0.79% -
XYZ 25.99 12.7 56.34 -
YUV 86.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 163 25 201 0.19 0.88 0 0.21 287.05 0.78 0.44
Hex A3 19 C9 13 58 0 15 11F 4E 2C
Octal 243 31 311 23 130 0 25 437 116 54
Binary 10100011 11001 11001001 10011 1011000 0 10101 100011111 1001110 101100

Color Harmonies of #A319C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319C9

Black with #A319C9

Text Example


Text Example

White with #A319C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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