Html Css Color HEX #A91AC0 Dark Orchid

📋 copy color: '#A91AC0'

red 169 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #A91AC0

Tints of Dark Orchid #A91AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.72%

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

R = 43.67%
G = 6.72%
B = 49.61%

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

#A91AC0 (or 0xA91AC0) is known color: Dark Orchid. HEX triplet: A9, 1A and C0. RGB value is (169,26,192). Sum of RGB (Red+Green+Blue) = 169+26+192=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #A91AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91AC0 is #56E53F. Grayscale: #575757. Windows color (decimal): -5694784 or 12589737. OLE color: 12589737.

HSL color Cylindrical-coordinate representation of color #A91AC0: hue angle of 291.69º degrees, saturation: 0.76, 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 #A91AC0 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 26 192 -
CMYK 0.12 0.86 0 0.25
HSL 291.69º 0.76% 0.43% -
HSV(B) 291.69º 0.86% 0.75% -
XYZ 26.25 12.98 50.99 -
YUV 87.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 169 26 192 0.12 0.86 0 0.25 291.69 0.76 0.43
Hex A9 1A C0 C 56 0 19 124 4C 2B
Octal 251 32 300 14 126 0 31 444 114 53
Binary 10101001 11010 11000000 1100 1010110 0 11001 100100100 1001100 101011

Color Harmonies of #A91AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91AC0

Black with #A91AC0

Text Example


Text Example

White with #A91AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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