Html Css Color HEX #A819C5 Dark Orchid

📋 copy color: '#A819C5'

red 168 ◦ green 25 ◦ blue 197

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

Shades of Dark Orchid #A819C5

Tints of Dark Orchid #A819C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.51%

R = 43.08%
G = 6.41%
B = 50.51%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A819C5 (or 0xA819C5) is known color: Dark Orchid. HEX triplet: A8, 19 and C5. RGB value is (168,25,197). Sum of RGB (Red+Green+Blue) = 168+25+197=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #A819C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C5 is #57E63A. Grayscale: #565656. Windows color (decimal): -5760571 or 12917160. OLE color: 12917160.

HSL color Cylindrical-coordinate representation of color #A819C5: hue angle of 289.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819C5 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 25 197 -
CMYK 0.15 0.87 0 0.23
HSL 289.88º 0.77% 0.44% -
HSV(B) 289.88º 0.87% 0.77% -
XYZ 26.57 13.05 53.94 -
YUV 87.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 168 25 197 0.15 0.87 0 0.23 289.88 0.77 0.44
Hex A8 19 C5 F 57 0 17 122 4D 2C
Octal 250 31 305 17 127 0 27 442 115 54
Binary 10101000 11001 11000101 1111 1010111 0 10111 100100010 1001101 101100

Color Harmonies of #A819C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819C5

Black with #A819C5

Text Example


Text Example

White with #A819C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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