Html Css Color HEX #A71ABB Dark Orchid

📋 copy color: '#A71ABB'

red 167 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #A71ABB

Tints of Dark Orchid #A71ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 43.95%
G = 6.84%
B = 49.21%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A71ABB (or 0xA71ABB) is known color: Dark Orchid. HEX triplet: A7, 1A and BB. RGB value is (167,26,187). Sum of RGB (Red+Green+Blue) = 167+26+187=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #A71ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ABB is #58E544. Grayscale: #565656. Windows color (decimal): -5825861 or 12262055. OLE color: 12262055.

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

Color convert

RGB 167 26 187 -
CMYK 0.11 0.86 0 0.27
HSL 292.55º 0.76% 0.42% -
HSV(B) 292.55º 0.86% 0.73% -
XYZ 25.28 12.54 48.1 -
YUV 86.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 167 26 187 0.11 0.86 0 0.27 292.55 0.76 0.42
Hex A7 1A BB B 56 0 1B 125 4C 2A
Octal 247 32 273 13 126 0 33 445 114 52
Binary 10100111 11010 10111011 1011 1010110 0 11011 100100101 1001100 101010

Color Harmonies of #A71ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71ABB

Black with #A71ABB

Text Example


Text Example

White with #A71ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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