Html Css Color HEX #A91DD6 Dark Orchid

📋 copy color: '#A91DD6'

red 169 ◦ green 29 ◦ blue 214

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

Shades of Dark Orchid #A91DD6

Tints of Dark Orchid #A91DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.94%

R = 41.02%
G = 7.04%
B = 51.94%

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

#A91DD6 (or 0xA91DD6) is known color: Dark Orchid. HEX triplet: A9, 1D and D6. RGB value is (169,29,214). Sum of RGB (Red+Green+Blue) = 169+29+214=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #A91DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DD6 is #56E229. Grayscale: #5B5B5B. Windows color (decimal): -5693994 or 14032297. OLE color: 14032297.

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

Color convert

RGB 169 29 214 -
CMYK 0.21 0.86 0 0.16
HSL 285.41º 0.76% 0.48% -
HSV(B) 285.41º 0.86% 0.84% -
XYZ 28.94 14.17 64.83 -
YUV 91.95 196.88 182.96 -
System Red Green Blue C M Y K H S L
Decimal 169 29 214 0.21 0.86 0 0.16 285.41 0.76 0.48
Hex A9 1D D6 15 56 0 10 11D 4C 30
Octal 251 35 326 25 126 0 20 435 114 60
Binary 10101001 11101 11010110 10101 1010110 0 10000 100011101 1001100 110000

Color Harmonies of #A91DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DD6

Black with #A91DD6

Text Example


Text Example

White with #A91DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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