Html Css Color HEX #A91DBA Dark Orchid

📋 copy color: '#A91DBA'

red 169 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #A91DBA

Tints of Dark Orchid #A91DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 44.01%
G = 7.55%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A91DBA (or 0xA91DBA) is known color: Dark Orchid. HEX triplet: A9, 1D and BA. RGB value is (169,29,186). Sum of RGB (Red+Green+Blue) = 169+29+186=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A91DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DBA is #56E245. Grayscale: #585858. Windows color (decimal): -5694022 or 12197289. OLE color: 12197289.

HSL color Cylindrical-coordinate representation of color #A91DBA: hue angle of 293.5º 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 #A91DBA is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 29 186 -
CMYK 0.09 0.84 0 0.27
HSL 293.5º 0.73% 0.42% -
HSV(B) 293.5º 0.84% 0.73% -
XYZ 25.66 12.86 47.58 -
YUV 88.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 169 29 186 0.09 0.84 0 0.27 293.5 0.73 0.42
Hex A9 1D BA 9 54 0 1B 126 49 2A
Octal 251 35 272 11 124 0 33 446 111 52
Binary 10101001 11101 10111010 1001 1010100 0 11011 100100110 1001001 101010

Color Harmonies of #A91DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DBA

Black with #A91DBA

Text Example


Text Example

White with #A91DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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