Html Css Color HEX #A919DA Dark Orchid

📋 copy color: '#A919DA'

red 169 ◦ green 25 ◦ blue 218

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

Shades of Dark Orchid #A919DA

Tints of Dark Orchid #A919DA

RGB

 RED value IS 169 (66.41% from 255) = 41.02%

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 41.02%
G = 6.07%
B = 52.91%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A919DA (or 0xA919DA) is known color: Dark Orchid. HEX triplet: A9, 19 and DA. RGB value is (169,25,218). Sum of RGB (Red+Green+Blue) = 169+25+218=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A919DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919DA is #56E625. Grayscale: #595959. Windows color (decimal): -5695014 or 14293417. OLE color: 14293417.

HSL color Cylindrical-coordinate representation of color #A919DA: hue angle of 284.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A919DA is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 25 218 -
CMYK 0.22 0.89 0 0.15
HSL 284.77º 0.79% 0.48% -
HSV(B) 284.77º 0.89% 0.85% -
XYZ 29.36 14.19 67.52 -
YUV 90.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 169 25 218 0.22 0.89 0 0.15 284.77 0.79 0.48
Hex A9 19 DA 16 59 0 F 11D 4F 30
Octal 251 31 332 26 131 0 17 435 117 60
Binary 10101001 11001 11011010 10110 1011001 0 1111 100011101 1001111 110000

Color Harmonies of #A919DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919DA

Black with #A919DA

Text Example


Text Example

White with #A919DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919DA; }

 p { color: rgb(169,25,218); }

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

background-color css

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

 a { background-color: rgb(169,25,218); }

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

border-color css

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

 span { border-color: rgb(169,25,218); }

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