Html Css Color HEX #A91DBB Dark Orchid

📋 copy color: '#A91DBB'

red 169 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #A91DBB

Tints of Dark Orchid #A91DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 43.9%
G = 7.53%
B = 48.57%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A91DBB (or 0xA91DBB) is known color: Dark Orchid. HEX triplet: A9, 1D and BB. RGB value is (169,29,187). Sum of RGB (Red+Green+Blue) = 169+29+187=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #A91DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DBB is #56E244. Grayscale: #585858. Windows color (decimal): -5694021 or 12262825. OLE color: 12262825.

HSL color Cylindrical-coordinate representation of color #A91DBB: hue angle of 293.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DBB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 29 187 -
CMYK 0.10 0.84 0 0.27
HSL 293.16º 0.73% 0.42% -
HSV(B) 293.16º 0.84% 0.73% -
XYZ 25.77 12.9 48.15 -
YUV 88.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 169 29 187 0.10 0.84 0 0.27 293.16 0.73 0.42
Hex A9 1D BB A 54 0 1B 125 49 2A
Octal 251 35 273 12 124 0 33 445 111 52
Binary 10101001 11101 10111011 1010 1010100 0 11011 100100101 1001001 101010

Color Harmonies of #A91DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DBB

Black with #A91DBB

Text Example


Text Example

White with #A91DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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