Html Css Color HEX #A819BE Dark Orchid

📋 copy color: '#A819BE'

red 168 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #A819BE

Tints of Dark Orchid #A819BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

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

R = 43.86%
G = 6.53%
B = 49.61%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A819BE (or 0xA819BE) is known color: Dark Orchid. HEX triplet: A8, 19 and BE. RGB value is (168,25,190). Sum of RGB (Red+Green+Blue) = 168+25+190=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #A819BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819BE is #57E641. Grayscale: #565656. Windows color (decimal): -5760578 or 12458408. OLE color: 12458408.

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

Color convert

RGB 168 25 190 -
CMYK 0.12 0.87 0 0.25
HSL 292º 0.77% 0.42% -
HSV(B) 292º 0.87% 0.75% -
XYZ 25.79 12.74 49.81 -
YUV 86.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 168 25 190 0.12 0.87 0 0.25 292 0.77 0.42
Hex A8 19 BE C 57 0 19 124 4D 2A
Octal 250 31 276 14 127 0 31 444 115 52
Binary 10101000 11001 10111110 1100 1010111 0 11001 100100100 1001101 101010

Color Harmonies of #A819BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819BE

Black with #A819BE

Text Example


Text Example

White with #A819BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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