Html Css Color HEX #A91DD1 Dark Orchid

📋 copy color: '#A91DD1'

red 169 ◦ green 29 ◦ blue 209

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

Shades of Dark Orchid #A91DD1

Tints of Dark Orchid #A91DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 41.52%
G = 7.13%
B = 51.35%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A91DD1 (or 0xA91DD1) is known color: Dark Orchid. HEX triplet: A9, 1D and D1. RGB value is (169,29,209). Sum of RGB (Red+Green+Blue) = 169+29+209=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #A91DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DD1 is #56E22E. Grayscale: #5A5A5A. Windows color (decimal): -5693999 or 13704617. OLE color: 13704617.

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

Color convert

RGB 169 29 209 -
CMYK 0.19 0.86 0 0.18
HSL 286.67º 0.76% 0.47% -
HSV(B) 286.67º 0.86% 0.82% -
XYZ 28.31 13.92 61.52 -
YUV 91.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 169 29 209 0.19 0.86 0 0.18 286.67 0.76 0.47
Hex A9 1D D1 13 56 0 12 11F 4C 2F
Octal 251 35 321 23 126 0 22 437 114 57
Binary 10101001 11101 11010001 10011 1010110 0 10010 100011111 1001100 101111

Color Harmonies of #A91DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DD1

Black with #A91DD1

Text Example


Text Example

White with #A91DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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