Html Css Color HEX #A319CE Dark Orchid

📋 copy color: '#A319CE'

red 163 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #A319CE

Tints of Dark Orchid #A319CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 41.37%
G = 6.35%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A319CE (or 0xA319CE) is known color: Dark Orchid. HEX triplet: A3, 19 and CE. RGB value is (163,25,206). Sum of RGB (Red+Green+Blue) = 163+25+206=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #A319CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319CE is #5CE631. Grayscale: #565656. Windows color (decimal): -6088242 or 13506979. OLE color: 13506979.

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

Color convert

RGB 163 25 206 -
CMYK 0.21 0.88 0 0.19
HSL 285.75º 0.78% 0.45% -
HSV(B) 285.75º 0.88% 0.81% -
XYZ 26.59 12.94 59.49 -
YUV 86.9 195.22 182.28 -
System Red Green Blue C M Y K H S L
Decimal 163 25 206 0.21 0.88 0 0.19 285.75 0.78 0.45
Hex A3 19 CE 15 58 0 13 11E 4E 2D
Octal 243 31 316 25 130 0 23 436 116 55
Binary 10100011 11001 11001110 10101 1011000 0 10011 100011110 1001110 101101

Color Harmonies of #A319CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319CE

Black with #A319CE

Text Example


Text Example

White with #A319CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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