Html Css Color HEX #A316AF Dark Orchid

📋 copy color: '#A316AF'

red 163 ◦ green 22 ◦ blue 175

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

Shades of Dark Orchid #A316AF

Tints of Dark Orchid #A316AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.11%

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

R = 45.28%
G = 6.11%
B = 48.61%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A316AF (or 0xA316AF) is known color: Dark Orchid. HEX triplet: A3, 16 and AF. RGB value is (163,22,175). Sum of RGB (Red+Green+Blue) = 163+22+175=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #A316AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A316AF is #5CE950. Grayscale: #515151. Windows color (decimal): -6089041 or 11474595. OLE color: 11474595.

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

Color convert

RGB 163 22 175 -
CMYK 0.07 0.87 0 0.31
HSL 295.29º 0.78% 0.39% -
HSV(B) 295.29º 0.87% 0.69% -
XYZ 23.13 11.46 41.55 -
YUV 81.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 163 22 175 0.07 0.87 0 0.31 295.29 0.78 0.39
Hex A3 16 AF 7 57 0 1F 127 4E 27
Octal 243 26 257 7 127 0 37 447 116 47
Binary 10100011 10110 10101111 111 1010111 0 11111 100100111 1001110 100111

Color Harmonies of #A316AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316AF

Black with #A316AF

Text Example


Text Example

White with #A316AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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