Html Css Color HEX #A816BB Dark Orchid

📋 copy color: '#A816BB'

red 168 ◦ green 22 ◦ blue 187

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

Shades of Dark Orchid #A816BB

Tints of Dark Orchid #A816BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 44.56%
G = 5.84%
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

#A816BB (or 0xA816BB) is known color: Dark Orchid. HEX triplet: A8, 16 and BB. RGB value is (168,22,187). Sum of RGB (Red+Green+Blue) = 168+22+187=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #A816BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816BB is #57E944. Grayscale: #535353. Windows color (decimal): -5761349 or 12261032. OLE color: 12261032.

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

Color convert

RGB 168 22 187 -
CMYK 0.10 0.88 0 0.27
HSL 293.09º 0.79% 0.41% -
HSV(B) 293.09º 0.88% 0.73% -
XYZ 25.41 12.49 48.08 -
YUV 84.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 168 22 187 0.10 0.88 0 0.27 293.09 0.79 0.41
Hex A8 16 BB A 58 0 1B 125 4F 29
Octal 250 26 273 12 130 0 33 445 117 51
Binary 10101000 10110 10111011 1010 1011000 0 11011 100100101 1001111 101001

Color Harmonies of #A816BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816BB

Black with #A816BB

Text Example


Text Example

White with #A816BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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