Html Css Color HEX #A816BA Dark Orchid

📋 copy color: '#A816BA'

red 168 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A816BA

Tints of Dark Orchid #A816BA

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

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

R = 44.68%
G = 5.85%
B = 49.47%

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

#A816BA (or 0xA816BA) is known color: Dark Orchid. HEX triplet: A8, 16 and BA. RGB value is (168,22,186). Sum of RGB (Red+Green+Blue) = 168+22+186=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A816BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816BA is #57E945. Grayscale: #535353. Windows color (decimal): -5761350 or 12195496. OLE color: 12195496.

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

Color convert

RGB 168 22 186 -
CMYK 0.10 0.88 0 0.27
HSL 293.41º 0.79% 0.41% -
HSV(B) 293.41º 0.88% 0.73% -
XYZ 25.3 12.44 47.52 -
YUV 84.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 168 22 186 0.10 0.88 0 0.27 293.41 0.79 0.41
Hex A8 16 BA A 58 0 1B 125 4F 29
Octal 250 26 272 12 130 0 33 445 117 51
Binary 10101000 10110 10111010 1010 1011000 0 11011 100100101 1001111 101001

Color Harmonies of #A816BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816BA

Black with #A816BA

Text Example


Text Example

White with #A816BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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