Html Css Color HEX #A319BC Dark Orchid

📋 copy color: '#A319BC'

red 163 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #A319BC

Tints of Dark Orchid #A319BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 43.35%
G = 6.65%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A319BC (or 0xA319BC) is known color: Dark Orchid. HEX triplet: A3, 19 and BC. RGB value is (163,25,188). Sum of RGB (Red+Green+Blue) = 163+25+188=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #A319BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319BC is #5CE643. Grayscale: #545454. Windows color (decimal): -6088260 or 12327331. OLE color: 12327331.

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

Color convert

RGB 163 25 188 -
CMYK 0.13 0.87 0 0.26
HSL 290.8º 0.77% 0.42% -
HSV(B) 290.8º 0.87% 0.74% -
XYZ 24.53 12.11 48.62 -
YUV 84.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 163 25 188 0.13 0.87 0 0.26 290.8 0.77 0.42
Hex A3 19 BC D 57 0 1A 123 4D 2A
Octal 243 31 274 15 127 0 32 443 115 52
Binary 10100011 11001 10111100 1101 1010111 0 11010 100100011 1001101 101010

Color Harmonies of #A319BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319BC

Black with #A319BC

Text Example


Text Example

White with #A319BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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