Html Css Color HEX #A91DD5 Dark Orchid

📋 copy color: '#A91DD5'

red 169 ◦ green 29 ◦ blue 213

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

Shades of Dark Orchid #A91DD5

Tints of Dark Orchid #A91DD5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.06%

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 41.12%
G = 7.06%
B = 51.82%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A91DD5 (or 0xA91DD5) is known color: Dark Orchid. HEX triplet: A9, 1D and D5. RGB value is (169,29,213). Sum of RGB (Red+Green+Blue) = 169+29+213=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #A91DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DD5 is #56E22A. Grayscale: #5B5B5B. Windows color (decimal): -5693995 or 13966761. OLE color: 13966761.

HSL color Cylindrical-coordinate representation of color #A91DD5: hue angle of 285.65º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91DD5 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 29 213 -
CMYK 0.21 0.86 0 0.16
HSL 285.65º 0.76% 0.47% -
HSV(B) 285.65º 0.86% 0.84% -
XYZ 28.81 14.12 64.16 -
YUV 91.84 196.38 183.04 -
System Red Green Blue C M Y K H S L
Decimal 169 29 213 0.21 0.86 0 0.16 285.65 0.76 0.47
Hex A9 1D D5 15 56 0 10 11E 4C 2F
Octal 251 35 325 25 126 0 20 436 114 57
Binary 10101001 11101 11010101 10101 1010110 0 10000 100011110 1001100 101111

Color Harmonies of #A91DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DD5

Black with #A91DD5

Text Example


Text Example

White with #A91DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DD5; }

 p { color: rgb(169,29,213); }

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

background-color css

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

 a { background-color: rgb(169,29,213); }

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

border-color css

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

 span { border-color: rgb(169,29,213); }

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