Html Css Color HEX #A319BD Dark Orchid

📋 copy color: '#A319BD'

red 163 ◦ green 25 ◦ blue 189

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

Shades of Dark Orchid #A319BD

Tints of Dark Orchid #A319BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 43.24%
G = 6.63%
B = 50.13%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A319BD (or 0xA319BD) is known color: Dark Orchid. HEX triplet: A3, 19 and BD. RGB value is (163,25,189). Sum of RGB (Red+Green+Blue) = 163+25+189=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A319BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319BD is #5CE642. Grayscale: #545454. Windows color (decimal): -6088259 or 12392867. OLE color: 12392867.

HSL color Cylindrical-coordinate representation of color #A319BD: hue angle of 290.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A319BD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 25 189 -
CMYK 0.14 0.87 0 0.26
HSL 290.49º 0.77% 0.42% -
HSV(B) 290.49º 0.87% 0.74% -
XYZ 24.64 12.16 49.19 -
YUV 84.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 163 25 189 0.14 0.87 0 0.26 290.49 0.77 0.42
Hex A3 19 BD E 57 0 1A 122 4D 2A
Octal 243 31 275 16 127 0 32 442 115 52
Binary 10100011 11001 10111101 1110 1010111 0 11010 100100010 1001101 101010

Color Harmonies of #A319BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319BD

Black with #A319BD

Text Example


Text Example

White with #A319BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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