Html Css Color HEX #A91DB5 Dark Orchid

📋 copy color: '#A91DB5'

red 169 ◦ green 29 ◦ blue 181

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

Shades of Dark Orchid #A91DB5

Tints of Dark Orchid #A91DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.76%

R = 44.59%
G = 7.65%
B = 47.76%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A91DB5 (or 0xA91DB5) is known color: Dark Orchid. HEX triplet: A9, 1D and B5. RGB value is (169,29,181). Sum of RGB (Red+Green+Blue) = 169+29+181=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #A91DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DB5 is #56E24A. Grayscale: #575757. Windows color (decimal): -5694027 or 11869609. OLE color: 11869609.

HSL color Cylindrical-coordinate representation of color #A91DB5: hue angle of 295.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB5 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 29 181 -
CMYK 0.07 0.84 0 0.29
HSL 295.26º 0.72% 0.41% -
HSV(B) 295.26º 0.84% 0.71% -
XYZ 25.14 12.65 44.83 -
YUV 88.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 169 29 181 0.07 0.84 0 0.29 295.26 0.72 0.41
Hex A9 1D B5 7 54 0 1D 127 48 29
Octal 251 35 265 7 124 0 35 447 110 51
Binary 10101001 11101 10110101 111 1010100 0 11101 100100111 1001000 101001

Color Harmonies of #A91DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91DB5

Black with #A91DB5

Text Example


Text Example

White with #A91DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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