Html Css Color HEX #A816BE Dark Orchid

📋 copy color: '#A816BE'

red 168 ◦ green 22 ◦ blue 190

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

Shades of Dark Orchid #A816BE

Tints of Dark Orchid #A816BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 44.21%
G = 5.79%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A816BE (or 0xA816BE) is known color: Dark Orchid. HEX triplet: A8, 16 and BE. RGB value is (168,22,190). Sum of RGB (Red+Green+Blue) = 168+22+190=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #A816BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816BE is #57E941. Grayscale: #545454. Windows color (decimal): -5761346 or 12457640. OLE color: 12457640.

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

Color convert

RGB 168 22 190 -
CMYK 0.12 0.88 0 0.25
HSL 292.14º 0.79% 0.42% -
HSV(B) 292.14º 0.88% 0.75% -
XYZ 25.73 12.62 49.79 -
YUV 84.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 168 22 190 0.12 0.88 0 0.25 292.14 0.79 0.42
Hex A8 16 BE C 58 0 19 124 4F 2A
Octal 250 26 276 14 130 0 31 444 117 52
Binary 10101000 10110 10111110 1100 1011000 0 11001 100100100 1001111 101010

Color Harmonies of #A816BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A816BE

Black with #A816BE

Text Example


Text Example

White with #A816BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A816BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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