Html Css Color HEX #A316B9 Dark Orchid

📋 copy color: '#A316B9'

red 163 ◦ green 22 ◦ blue 185

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

Shades of Dark Orchid #A316B9

Tints of Dark Orchid #A316B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50%

R = 44.05%
G = 5.95%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A316B9 (or 0xA316B9) is known color: Dark Orchid. HEX triplet: A3, 16 and B9. RGB value is (163,22,185). Sum of RGB (Red+Green+Blue) = 163+22+185=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #A316B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A316B9 is #5CE946. Grayscale: #525252. Windows color (decimal): -6089031 or 12129955. OLE color: 12129955.

HSL color Cylindrical-coordinate representation of color #A316B9: hue angle of 291.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A316B9 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 22 185 -
CMYK 0.12 0.88 0 0.27
HSL 291.9º 0.79% 0.41% -
HSV(B) 291.9º 0.88% 0.73% -
XYZ 24.15 11.86 46.92 -
YUV 82.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 163 22 185 0.12 0.88 0 0.27 291.9 0.79 0.41
Hex A3 16 B9 C 58 0 1B 124 4F 29
Octal 243 26 271 14 130 0 33 444 117 51
Binary 10100011 10110 10111001 1100 1011000 0 11011 100100100 1001111 101001

Color Harmonies of #A316B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316B9

Black with #A316B9

Text Example


Text Example

White with #A316B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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