Html Css Color HEX #A71ABA Dark Orchid

📋 copy color: '#A71ABA'

red 167 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #A71ABA

Tints of Dark Orchid #A71ABA

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 44.06%
G = 6.86%
B = 49.08%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A71ABA (or 0xA71ABA) is known color: Dark Orchid. HEX triplet: A7, 1A and BA. RGB value is (167,26,186). Sum of RGB (Red+Green+Blue) = 167+26+186=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A71ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ABA is #58E545. Grayscale: #555555. Windows color (decimal): -5825862 or 12196519. OLE color: 12196519.

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

Color convert

RGB 167 26 186 -
CMYK 0.10 0.86 0 0.27
HSL 292.88º 0.75% 0.42% -
HSV(B) 292.88º 0.86% 0.73% -
XYZ 25.17 12.5 47.54 -
YUV 86.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 167 26 186 0.10 0.86 0 0.27 292.88 0.75 0.42
Hex A7 1A BA A 56 0 1B 125 4B 2A
Octal 247 32 272 12 126 0 33 445 113 52
Binary 10100111 11010 10111010 1010 1010110 0 11011 100100101 1001011 101010

Color Harmonies of #A71ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71ABA

Black with #A71ABA

Text Example


Text Example

White with #A71ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71ABA; }

 p { color: rgb(167,26,186); }

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

background-color css

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

 a { background-color: rgb(167,26,186); }

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

border-color css

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

 span { border-color: rgb(167,26,186); }

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