Html Css Color HEX #A91CB1 Dark Orchid

📋 copy color: '#A91CB1'

red 169 ◦ green 28 ◦ blue 177

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

Shades of Dark Orchid #A91CB1

Tints of Dark Orchid #A91CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 45.19%
G = 7.49%
B = 47.33%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A91CB1 (or 0xA91CB1) is known color: Dark Orchid. HEX triplet: A9, 1C and B1. RGB value is (169,28,177). Sum of RGB (Red+Green+Blue) = 169+28+177=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #A91CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91CB1 is #56E34E. Grayscale: #565656. Windows color (decimal): -5694287 or 11607209. OLE color: 11607209.

HSL color Cylindrical-coordinate representation of color #A91CB1: hue angle of 296.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91CB1 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 28 177 -
CMYK 0.05 0.84 0 0.31
HSL 296.78º 0.73% 0.4% -
HSV(B) 296.78º 0.84% 0.69% -
XYZ 24.71 12.44 42.69 -
YUV 87.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 169 28 177 0.05 0.84 0 0.31 296.78 0.73 0.4
Hex A9 1C B1 5 54 0 1F 129 49 28
Octal 251 34 261 5 124 0 37 451 111 50
Binary 10101001 11100 10110001 101 1010100 0 11111 100101001 1001001 101000

Color Harmonies of #A91CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CB1

Black with #A91CB1

Text Example


Text Example

White with #A91CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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