Html Css Color HEX #A819CE Dark Orchid

📋 copy color: '#A819CE'

red 168 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #A819CE

Tints of Dark Orchid #A819CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 42.11%
G = 6.27%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A819CE (or 0xA819CE) is known color: Dark Orchid. HEX triplet: A8, 19 and CE. RGB value is (168,25,206). Sum of RGB (Red+Green+Blue) = 168+25+206=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #A819CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819CE is #57E631. Grayscale: #575757. Windows color (decimal): -5760562 or 13506984. OLE color: 13506984.

HSL color Cylindrical-coordinate representation of color #A819CE: hue angle of 287.4º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A819CE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 25 206 -
CMYK 0.18 0.88 0 0.19
HSL 287.4º 0.78% 0.45% -
HSV(B) 287.4º 0.88% 0.81% -
XYZ 27.64 13.48 59.54 -
YUV 88.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 168 25 206 0.18 0.88 0 0.19 287.4 0.78 0.45
Hex A8 19 CE 12 58 0 13 11F 4E 2D
Octal 250 31 316 22 130 0 23 437 116 55
Binary 10101000 11001 11001110 10010 1011000 0 10011 100011111 1001110 101101

Color Harmonies of #A819CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819CE

Black with #A819CE

Text Example


Text Example

White with #A819CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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