Html Css Color HEX #A91DAD Dark Orchid

📋 copy color: '#A91DAD'

red 169 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #A91DAD

Tints of Dark Orchid #A91DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 45.55%
G = 7.82%
B = 46.63%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A91DAD (or 0xA91DAD) is known color: Dark Orchid. HEX triplet: A9, 1D and AD. RGB value is (169,29,173). Sum of RGB (Red+Green+Blue) = 169+29+173=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #A91DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DAD is #56E252. Grayscale: #565656. Windows color (decimal): -5694035 or 11345321. OLE color: 11345321.

HSL color Cylindrical-coordinate representation of color #A91DAD: hue angle of 298.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91DAD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 29 173 -
CMYK 0.02 0.83 0 0.32
HSL 298.33º 0.71% 0.4% -
HSV(B) 298.33º 0.83% 0.68% -
XYZ 24.34 12.33 40.63 -
YUV 87.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 169 29 173 0.02 0.83 0 0.32 298.33 0.71 0.4
Hex A9 1D AD 2 53 0 20 12A 47 28
Octal 251 35 255 2 123 0 40 452 107 50
Binary 10101001 11101 10101101 10 1010011 0 100000 100101010 1000111 101000

Color Harmonies of #A91DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DAD

Black with #A91DAD

Text Example


Text Example

White with #A91DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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