Html Css Color HEX #A91BBA Dark Orchid

📋 copy color: '#A91BBA'

red 169 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #A91BBA

Tints of Dark Orchid #A91BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.07%

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

R = 44.24%
G = 7.07%
B = 48.69%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A91BBA (or 0xA91BBA) is known color: Dark Orchid. HEX triplet: A9, 1B and BA. RGB value is (169,27,186). Sum of RGB (Red+Green+Blue) = 169+27+186=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A91BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BBA is #56E445. Grayscale: #575757. Windows color (decimal): -5694534 or 12196777. OLE color: 12196777.

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

Color convert

RGB 169 27 186 -
CMYK 0.09 0.85 0 0.27
HSL 293.58º 0.75% 0.42% -
HSV(B) 293.58º 0.85% 0.73% -
XYZ 25.62 12.76 47.57 -
YUV 87.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 169 27 186 0.09 0.85 0 0.27 293.58 0.75 0.42
Hex A9 1B BA 9 55 0 1B 126 4B 2A
Octal 251 33 272 11 125 0 33 446 113 52
Binary 10101001 11011 10111010 1001 1010101 0 11011 100100110 1001011 101010

Color Harmonies of #A91BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91BBA

Black with #A91BBA

Text Example


Text Example

White with #A91BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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