Html Css Color HEX #A819BD Dark Orchid

📋 copy color: '#A819BD'

red 168 ◦ green 25 ◦ blue 189

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

Shades of Dark Orchid #A819BD

Tints of Dark Orchid #A819BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 43.98%
G = 6.54%
B = 49.48%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A819BD (or 0xA819BD) is known color: Dark Orchid. HEX triplet: A8, 19 and BD. RGB value is (168,25,189). Sum of RGB (Red+Green+Blue) = 168+25+189=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #A819BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819BD is #57E642. Grayscale: #555555. Windows color (decimal): -5760579 or 12392872. OLE color: 12392872.

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

Color convert

RGB 168 25 189 -
CMYK 0.11 0.87 0 0.26
HSL 292.32º 0.77% 0.42% -
HSV(B) 292.32º 0.87% 0.74% -
XYZ 25.68 12.69 49.24 -
YUV 86.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 168 25 189 0.11 0.87 0 0.26 292.32 0.77 0.42
Hex A8 19 BD B 57 0 1A 124 4D 2A
Octal 250 31 275 13 127 0 32 444 115 52
Binary 10101000 11001 10111101 1011 1010111 0 11010 100100100 1001101 101010

Color Harmonies of #A819BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819BD

Black with #A819BD

Text Example


Text Example

White with #A819BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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