Html Css Color HEX #A319AF Dark Orchid

📋 copy color: '#A319AF'

red 163 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #A319AF

Tints of Dark Orchid #A319AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 44.9%
G = 6.89%
B = 48.21%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A319AF (or 0xA319AF) is known color: Dark Orchid. HEX triplet: A3, 19 and AF. RGB value is (163,25,175). Sum of RGB (Red+Green+Blue) = 163+25+175=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A319AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A319AF is #5CE650. Grayscale: #525252. Windows color (decimal): -6088273 or 11475363. OLE color: 11475363.

HSL color Cylindrical-coordinate representation of color #A319AF: hue angle of 295.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A319AF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 25 175 -
CMYK 0.07 0.86 0 0.31
HSL 295.2º 0.75% 0.39% -
HSV(B) 295.2º 0.86% 0.69% -
XYZ 23.19 11.58 41.57 -
YUV 83.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 163 25 175 0.07 0.86 0 0.31 295.2 0.75 0.39
Hex A3 19 AF 7 56 0 1F 127 4B 27
Octal 243 31 257 7 126 0 37 447 113 47
Binary 10100011 11001 10101111 111 1010110 0 11111 100100111 1001011 100111

Color Harmonies of #A319AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319AF

Black with #A319AF

Text Example


Text Example

White with #A319AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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