Html Css Color HEX #A91CBB Dark Orchid

📋 copy color: '#A91CBB'

red 169 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #A91CBB

Tints of Dark Orchid #A91CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 44.01%
G = 7.29%
B = 48.7%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A91CBB (or 0xA91CBB) is known color: Dark Orchid. HEX triplet: A9, 1C and BB. RGB value is (169,28,187). Sum of RGB (Red+Green+Blue) = 169+28+187=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #A91CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CBB is #56E344. Grayscale: #575757. Windows color (decimal): -5694277 or 12262569. OLE color: 12262569.

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

Color convert

RGB 169 28 187 -
CMYK 0.10 0.85 0 0.27
HSL 293.21º 0.74% 0.42% -
HSV(B) 293.21º 0.85% 0.73% -
XYZ 25.75 12.85 48.14 -
YUV 88.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 169 28 187 0.10 0.85 0 0.27 293.21 0.74 0.42
Hex A9 1C BB A 55 0 1B 125 4A 2A
Octal 251 34 273 12 125 0 33 445 112 52
Binary 10101001 11100 10111011 1010 1010101 0 11011 100100101 1001010 101010

Color Harmonies of #A91CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CBB

Black with #A91CBB

Text Example


Text Example

White with #A91CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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