Html Css Color HEX #A91CB9 Dark Orchid

📋 copy color: '#A91CB9'

red 169 ◦ green 28 ◦ blue 185

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

Shades of Dark Orchid #A91CB9

Tints of Dark Orchid #A91CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.33%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 44.24%
G = 7.33%
B = 48.43%

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

#A91CB9 (or 0xA91CB9) is known color: Dark Orchid. HEX triplet: A9, 1C and B9. RGB value is (169,28,185). Sum of RGB (Red+Green+Blue) = 169+28+185=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #A91CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CB9 is #56E346. Grayscale: #575757. Windows color (decimal): -5694279 or 12131497. OLE color: 12131497.

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

Color convert

RGB 169 28 185 -
CMYK 0.09 0.85 0 0.27
HSL 293.89º 0.74% 0.42% -
HSV(B) 293.89º 0.85% 0.73% -
XYZ 25.53 12.77 47.02 -
YUV 88.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 169 28 185 0.09 0.85 0 0.27 293.89 0.74 0.42
Hex A9 1C B9 9 55 0 1B 126 4A 2A
Octal 251 34 271 11 125 0 33 446 112 52
Binary 10101001 11100 10111001 1001 1010101 0 11011 100100110 1001010 101010

Color Harmonies of #A91CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CB9

Black with #A91CB9

Text Example


Text Example

White with #A91CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CB9; }

 p { color: rgb(169,28,185); }

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

background-color css

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

 a { background-color: rgb(169,28,185); }

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

border-color css

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

 span { border-color: rgb(169,28,185); }

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