Html Css Color HEX #A819C9 Dark Orchid

📋 copy color: '#A819C9'

red 168 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #A819C9

Tints of Dark Orchid #A819C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 42.64%
G = 6.35%
B = 51.02%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A819C9 (or 0xA819C9) is known color: Dark Orchid. HEX triplet: A8, 19 and C9. RGB value is (168,25,201). Sum of RGB (Red+Green+Blue) = 168+25+201=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #A819C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C9 is #57E636. Grayscale: #575757. Windows color (decimal): -5760567 or 13179304. OLE color: 13179304.

HSL color Cylindrical-coordinate representation of color #A819C9: hue angle of 288.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A819C9 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 25 201 -
CMYK 0.16 0.88 0 0.21
HSL 288.75º 0.78% 0.44% -
HSV(B) 288.75º 0.88% 0.79% -
XYZ 27.04 13.24 56.39 -
YUV 87.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 168 25 201 0.16 0.88 0 0.21 288.75 0.78 0.44
Hex A8 19 C9 10 58 0 15 121 4E 2C
Octal 250 31 311 20 130 0 25 441 116 54
Binary 10101000 11001 11001001 10000 1011000 0 10101 100100001 1001110 101100

Color Harmonies of #A819C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819C9

Black with #A819C9

Text Example


Text Example

White with #A819C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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