Html Css Color HEX #A819D4 Dark Orchid

📋 copy color: '#A819D4'

red 168 ◦ green 25 ◦ blue 212

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

Shades of Dark Orchid #A819D4

Tints of Dark Orchid #A819D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.35%

R = 41.48%
G = 6.17%
B = 52.35%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A819D4 (or 0xA819D4) is known color: Dark Orchid. HEX triplet: A8, 19 and D4. RGB value is (168,25,212). Sum of RGB (Red+Green+Blue) = 168+25+212=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #A819D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819D4 is #57E62B. Grayscale: #585858. Windows color (decimal): -5760556 or 13900200. OLE color: 13900200.

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

Color convert

RGB 168 25 212 -
CMYK 0.21 0.88 0 0.17
HSL 285.88º 0.79% 0.46% -
HSV(B) 285.88º 0.88% 0.83% -
XYZ 28.38 13.77 63.45 -
YUV 89.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 168 25 212 0.21 0.88 0 0.17 285.88 0.79 0.46
Hex A8 19 D4 15 58 0 11 11E 4F 2E
Octal 250 31 324 25 130 0 21 436 117 56
Binary 10101000 11001 11010100 10101 1011000 0 10001 100011110 1001111 101110

Color Harmonies of #A819D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819D4

Black with #A819D4

Text Example


Text Example

White with #A819D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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