Html Css Color HEX #A91ABD Dark Orchid

📋 copy color: '#A91ABD'

red 169 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #A91ABD

Tints of Dark Orchid #A91ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 44.01%
G = 6.77%
B = 49.22%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A91ABD (or 0xA91ABD) is known color: Dark Orchid. HEX triplet: A9, 1A and BD. RGB value is (169,26,189). Sum of RGB (Red+Green+Blue) = 169+26+189=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #A91ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ABD is #56E542. Grayscale: #565656. Windows color (decimal): -5694787 or 12393129. OLE color: 12393129.

HSL color Cylindrical-coordinate representation of color #A91ABD: hue angle of 292.64º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91ABD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 26 189 -
CMYK 0.11 0.86 0 0.26
HSL 292.64º 0.76% 0.42% -
HSV(B) 292.64º 0.86% 0.74% -
XYZ 25.92 12.85 49.26 -
YUV 87.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 169 26 189 0.11 0.86 0 0.26 292.64 0.76 0.42
Hex A9 1A BD B 56 0 1A 125 4C 2A
Octal 251 32 275 13 126 0 32 445 114 52
Binary 10101001 11010 10111101 1011 1010110 0 11010 100100101 1001100 101010

Color Harmonies of #A91ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ABD

Black with #A91ABD

Text Example


Text Example

White with #A91ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ABD; }

 p { color: rgb(169,26,189); }

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

background-color css

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

 a { background-color: rgb(169,26,189); }

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

border-color css

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

 span { border-color: rgb(169,26,189); }

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