Html Css Color HEX #A91BCE Dark Orchid

📋 copy color: '#A91BCE'

red 169 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #A91BCE

Tints of Dark Orchid #A91BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 42.04%
G = 6.72%
B = 51.24%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A91BCE (or 0xA91BCE) is known color: Dark Orchid. HEX triplet: A9, 1B and CE. RGB value is (169,27,206). Sum of RGB (Red+Green+Blue) = 169+27+206=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A91BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BCE is #56E431. Grayscale: #595959. Windows color (decimal): -5694514 or 13507497. OLE color: 13507497.

HSL color Cylindrical-coordinate representation of color #A91BCE: hue angle of 287.6º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91BCE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 27 206 -
CMYK 0.18 0.87 0 0.19
HSL 287.6º 0.77% 0.46% -
HSV(B) 287.6º 0.87% 0.81% -
XYZ 27.89 13.68 59.56 -
YUV 89.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 169 27 206 0.18 0.87 0 0.19 287.6 0.77 0.46
Hex A9 1B CE 12 57 0 13 120 4D 2E
Octal 251 33 316 22 127 0 23 440 115 56
Binary 10101001 11011 11001110 10010 1010111 0 10011 100100000 1001101 101110

Color Harmonies of #A91BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91BCE

Black with #A91BCE

Text Example


Text Example

White with #A91BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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