Html Css Color HEX #A71BAB Dark Orchid

📋 copy color: '#A71BAB'

red 167 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #A71BAB

Tints of Dark Orchid #A71BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 45.75%
G = 7.4%
B = 46.85%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A71BAB (or 0xA71BAB) is known color: Dark Orchid. HEX triplet: A7, 1B and AB. RGB value is (167,27,171). Sum of RGB (Red+Green+Blue) = 167+27+171=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #A71BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BAB is #58E454. Grayscale: #545454. Windows color (decimal): -5825621 or 11213735. OLE color: 11213735.

HSL color Cylindrical-coordinate representation of color #A71BAB: hue angle of 298.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71BAB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 27 171 -
CMYK 0.02 0.84 0 0.33
HSL 298.33º 0.73% 0.39% -
HSV(B) 298.33º 0.84% 0.67% -
XYZ 23.68 11.94 39.58 -
YUV 85.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 167 27 171 0.02 0.84 0 0.33 298.33 0.73 0.39
Hex A7 1B AB 2 54 0 21 12A 49 27
Octal 247 33 253 2 124 0 41 452 111 47
Binary 10100111 11011 10101011 10 1010100 0 100001 100101010 1001001 100111

Color Harmonies of #A71BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BAB

Black with #A71BAB

Text Example


Text Example

White with #A71BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BAB; }

 p { color: rgb(167,27,171); }

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

background-color css

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

 a { background-color: rgb(167,27,171); }

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

border-color css

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

 span { border-color: rgb(167,27,171); }

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