Html Css Color HEX #A819C1 Dark Orchid

📋 copy color: '#A819C1'

red 168 ◦ green 25 ◦ blue 193

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

Shades of Dark Orchid #A819C1

Tints of Dark Orchid #A819C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50%

R = 43.52%
G = 6.48%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A819C1 (or 0xA819C1) is known color: Dark Orchid. HEX triplet: A8, 19 and C1. RGB value is (168,25,193). Sum of RGB (Red+Green+Blue) = 168+25+193=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #A819C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C1 is #57E63E. Grayscale: #565656. Windows color (decimal): -5760575 or 12655016. OLE color: 12655016.

HSL color Cylindrical-coordinate representation of color #A819C1: hue angle of 291.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819C1 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 25 193 -
CMYK 0.13 0.87 0 0.24
HSL 291.07º 0.77% 0.43% -
HSV(B) 291.07º 0.87% 0.76% -
XYZ 26.12 12.87 51.56 -
YUV 86.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 168 25 193 0.13 0.87 0 0.24 291.07 0.77 0.43
Hex A8 19 C1 D 57 0 18 123 4D 2B
Octal 250 31 301 15 127 0 30 443 115 53
Binary 10101000 11001 11000001 1101 1010111 0 11000 100100011 1001101 101011

Color Harmonies of #A819C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819C1

Black with #A819C1

Text Example


Text Example

White with #A819C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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