Html Css Color HEX #A91BC0 Dark Orchid

📋 copy color: '#A91BC0'

red 169 ◦ green 27 ◦ blue 192

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

Shades of Dark Orchid #A91BC0

Tints of Dark Orchid #A91BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 43.56%
G = 6.96%
B = 49.48%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A91BC0 (or 0xA91BC0) is known color: Dark Orchid. HEX triplet: A9, 1B and C0. RGB value is (169,27,192). Sum of RGB (Red+Green+Blue) = 169+27+192=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #A91BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BC0 is #56E43F. Grayscale: #575757. Windows color (decimal): -5694528 or 12589993. OLE color: 12589993.

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

Color convert

RGB 169 27 192 -
CMYK 0.12 0.86 0 0.25
HSL 291.64º 0.75% 0.43% -
HSV(B) 291.64º 0.86% 0.75% -
XYZ 26.27 13.02 51 -
YUV 88.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 169 27 192 0.12 0.86 0 0.25 291.64 0.75 0.43
Hex A9 1B C0 C 56 0 19 124 4B 2B
Octal 251 33 300 14 126 0 31 444 113 53
Binary 10101001 11011 11000000 1100 1010110 0 11001 100100100 1001011 101011

Color Harmonies of #A91BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91BC0

Black with #A91BC0

Text Example


Text Example

White with #A91BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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