Html Css Color HEX #A91ABB Dark Orchid

📋 copy color: '#A91ABB'

red 169 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #A91ABB

Tints of Dark Orchid #A91ABB

RGB

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

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

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

R = 44.24%
G = 6.81%
B = 48.95%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A91ABB (or 0xA91ABB) is known color: Dark Orchid. HEX triplet: A9, 1A and BB. RGB value is (169,26,187). Sum of RGB (Red+Green+Blue) = 169+26+187=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A91ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ABB is #56E544. Grayscale: #565656. Windows color (decimal): -5694789 or 12262057. OLE color: 12262057.

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

Color convert

RGB 169 26 187 -
CMYK 0.10 0.86 0 0.27
HSL 293.29º 0.76% 0.42% -
HSV(B) 293.29º 0.86% 0.73% -
XYZ 25.7 12.76 48.12 -
YUV 87.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 169 26 187 0.10 0.86 0 0.27 293.29 0.76 0.42
Hex A9 1A BB A 56 0 1B 125 4C 2A
Octal 251 32 273 12 126 0 33 445 114 52
Binary 10101001 11010 10111011 1010 1010110 0 11011 100100101 1001100 101010

Color Harmonies of #A91ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91ABB

Black with #A91ABB

Text Example


Text Example

White with #A91ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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