Html Css Color HEX #A71ABC Dark Orchid

📋 copy color: '#A71ABC'

red 167 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #A71ABC

Tints of Dark Orchid #A71ABC

RGB

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

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

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

R = 43.83%
G = 6.82%
B = 49.34%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A71ABC (or 0xA71ABC) is known color: Dark Orchid. HEX triplet: A7, 1A and BC. RGB value is (167,26,188). Sum of RGB (Red+Green+Blue) = 167+26+188=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #A71ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ABC is #58E543. Grayscale: #565656. Windows color (decimal): -5825860 or 12327591. OLE color: 12327591.

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

Color convert

RGB 167 26 188 -
CMYK 0.11 0.86 0 0.26
HSL 292.22º 0.76% 0.42% -
HSV(B) 292.22º 0.86% 0.74% -
XYZ 25.38 12.59 48.67 -
YUV 86.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 167 26 188 0.11 0.86 0 0.26 292.22 0.76 0.42
Hex A7 1A BC B 56 0 1A 124 4C 2A
Octal 247 32 274 13 126 0 32 444 114 52
Binary 10100111 11010 10111100 1011 1010110 0 11010 100100100 1001100 101010

Color Harmonies of #A71ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71ABC

Black with #A71ABC

Text Example


Text Example

White with #A71ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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