Html Css Color HEX #A716BA Dark Orchid

📋 copy color: '#A716BA'

red 167 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A716BA

Tints of Dark Orchid #A716BA

RGB

 RED value IS 167 (65.63% from 255) = 44.53%

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 44.53%
G = 5.87%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A716BA (or 0xA716BA) is known color: Dark Orchid. HEX triplet: A7, 16 and BA. RGB value is (167,22,186). Sum of RGB (Red+Green+Blue) = 167+22+186=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A716BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716BA is #58E945. Grayscale: #535353. Windows color (decimal): -5826886 or 12195495. OLE color: 12195495.

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

Color convert

RGB 167 22 186 -
CMYK 0.10 0.88 0 0.27
HSL 293.05º 0.79% 0.41% -
HSV(B) 293.05º 0.88% 0.73% -
XYZ 25.09 12.33 47.51 -
YUV 84.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 167 22 186 0.10 0.88 0 0.27 293.05 0.79 0.41
Hex A7 16 BA A 58 0 1B 125 4F 29
Octal 247 26 272 12 130 0 33 445 117 51
Binary 10100111 10110 10111010 1010 1011000 0 11011 100100101 1001111 101001

Color Harmonies of #A716BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A716BA

Black with #A716BA

Text Example


Text Example

White with #A716BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A716BA; }

 p { color: rgb(167,22,186); }

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

background-color css

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

 a { background-color: rgb(167,22,186); }

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

border-color css

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

 span { border-color: rgb(167,22,186); }

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