Html Css Color HEX #A91CBC Dark Orchid

📋 copy color: '#A91CBC'

red 169 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #A91CBC

Tints of Dark Orchid #A91CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 43.9%
G = 7.27%
B = 48.83%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A91CBC (or 0xA91CBC) is known color: Dark Orchid. HEX triplet: A9, 1C and BC. RGB value is (169,28,188). Sum of RGB (Red+Green+Blue) = 169+28+188=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #A91CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CBC is #56E343. Grayscale: #575757. Windows color (decimal): -5694276 or 12328105. OLE color: 12328105.

HSL color Cylindrical-coordinate representation of color #A91CBC: hue angle of 292.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91CBC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 28 188 -
CMYK 0.10 0.85 0 0.26
HSL 292.88º 0.74% 0.42% -
HSV(B) 292.88º 0.85% 0.74% -
XYZ 25.85 12.9 48.7 -
YUV 88.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 169 28 188 0.10 0.85 0 0.26 292.88 0.74 0.42
Hex A9 1C BC A 55 0 1A 125 4A 2A
Octal 251 34 274 12 125 0 32 445 112 52
Binary 10101001 11100 10111100 1010 1010101 0 11010 100100101 1001010 101010

Color Harmonies of #A91CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91CBC

Black with #A91CBC

Text Example


Text Example

White with #A91CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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