Html Css Color HEX #A91FBC Dark Orchid

📋 copy color: '#A91FBC'

red 169 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A91FBC

Tints of Dark Orchid #A91FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

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

R = 43.56%
G = 7.99%
B = 48.45%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A91FBC (or 0xA91FBC) is known color: Dark Orchid. HEX triplet: A9, 1F and BC. RGB value is (169,31,188). Sum of RGB (Red+Green+Blue) = 169+31+188=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A91FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FBC is #56E043. Grayscale: #595959. Windows color (decimal): -5693508 or 12328873. OLE color: 12328873.

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

Color convert

RGB 169 31 188 -
CMYK 0.10 0.84 0 0.26
HSL 292.74º 0.72% 0.43% -
HSV(B) 292.74º 0.84% 0.74% -
XYZ 25.93 13.05 48.73 -
YUV 90.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 169 31 188 0.10 0.84 0 0.26 292.74 0.72 0.43
Hex A9 1F BC A 54 0 1A 125 48 2B
Octal 251 37 274 12 124 0 32 445 110 53
Binary 10101001 11111 10111100 1010 1010100 0 11010 100100101 1001000 101011

Color Harmonies of #A91FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FBC

Black with #A91FBC

Text Example


Text Example

White with #A91FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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