Html Css Color HEX #A91CBF Dark Orchid

📋 copy color: '#A91CBF'

red 169 ◦ green 28 ◦ blue 191

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

Shades of Dark Orchid #A91CBF

Tints of Dark Orchid #A91CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 43.56%
G = 7.22%
B = 49.23%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A91CBF (or 0xA91CBF) is known color: Dark Orchid. HEX triplet: A9, 1C and BF. RGB value is (169,28,191). Sum of RGB (Red+Green+Blue) = 169+28+191=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A91CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CBF is #56E340. Grayscale: #585858. Windows color (decimal): -5694273 or 12524713. OLE color: 12524713.

HSL color Cylindrical-coordinate representation of color #A91CBF: hue angle of 291.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91CBF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 28 191 -
CMYK 0.12 0.85 0 0.25
HSL 291.9º 0.74% 0.43% -
HSV(B) 291.9º 0.85% 0.75% -
XYZ 26.18 13.03 50.42 -
YUV 88.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 169 28 191 0.12 0.85 0 0.25 291.9 0.74 0.43
Hex A9 1C BF C 55 0 19 124 4A 2B
Octal 251 34 277 14 125 0 31 444 112 53
Binary 10101001 11100 10111111 1100 1010101 0 11001 100100100 1001010 101011

Color Harmonies of #A91CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CBF

Black with #A91CBF

Text Example


Text Example

White with #A91CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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