Html Css Color HEX #A319CF Dark Orchid

📋 copy color: '#A319CF'

red 163 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #A319CF

Tints of Dark Orchid #A319CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 41.27%
G = 6.33%
B = 52.41%

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

#A319CF (or 0xA319CF) is known color: Dark Orchid. HEX triplet: A3, 19 and CF. RGB value is (163,25,207). Sum of RGB (Red+Green+Blue) = 163+25+207=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #A319CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319CF is #5CE630. Grayscale: #565656. Windows color (decimal): -6088241 or 13572515. OLE color: 13572515.

HSL color Cylindrical-coordinate representation of color #A319CF: hue angle of 285.49º 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 #A319CF is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 25 207 -
CMYK 0.21 0.88 0 0.19
HSL 285.49º 0.78% 0.45% -
HSV(B) 285.49º 0.88% 0.81% -
XYZ 26.71 12.99 60.13 -
YUV 87.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 163 25 207 0.21 0.88 0 0.19 285.49 0.78 0.45
Hex A3 19 CF 15 58 0 13 11D 4E 2D
Octal 243 31 317 25 130 0 23 435 116 55
Binary 10100011 11001 11001111 10101 1011000 0 10011 100011101 1001110 101101

Color Harmonies of #A319CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319CF

Black with #A319CF

Text Example


Text Example

White with #A319CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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