Html Css Color HEX #A919D0 Dark Orchid

📋 copy color: '#A919D0'

red 169 ◦ green 25 ◦ blue 208

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

Shades of Dark Orchid #A919D0

Tints of Dark Orchid #A919D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.74%

R = 42.04%
G = 6.22%
B = 51.74%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A919D0 (or 0xA919D0) is known color: Dark Orchid. HEX triplet: A9, 19 and D0. RGB value is (169,25,208). Sum of RGB (Red+Green+Blue) = 169+25+208=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #A919D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A919D0 is #56E62F. Grayscale: #585858. Windows color (decimal): -5695024 or 13638057. OLE color: 13638057.

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

Color convert

RGB 169 25 208 -
CMYK 0.19 0.88 0 0.18
HSL 287.21º 0.79% 0.46% -
HSV(B) 287.21º 0.88% 0.82% -
XYZ 28.09 13.68 60.84 -
YUV 88.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 169 25 208 0.19 0.88 0 0.18 287.21 0.79 0.46
Hex A9 19 D0 13 58 0 12 11F 4F 2E
Octal 251 31 320 23 130 0 22 437 117 56
Binary 10101001 11001 11010000 10011 1011000 0 10010 100011111 1001111 101110

Color Harmonies of #A919D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A919D0

Black with #A919D0

Text Example


Text Example

White with #A919D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A919D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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