Html Css Color HEX #A71BBA Dark Orchid

📋 copy color: '#A71BBA'

red 167 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #A71BBA

Tints of Dark Orchid #A71BBA

RGB

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

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

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

R = 43.95%
G = 7.11%
B = 48.95%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A71BBA (or 0xA71BBA) is known color: Dark Orchid. HEX triplet: A7, 1B and BA. RGB value is (167,27,186). Sum of RGB (Red+Green+Blue) = 167+27+186=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #A71BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BBA is #58E445. Grayscale: #565656. Windows color (decimal): -5825606 or 12196775. OLE color: 12196775.

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

Color convert

RGB 167 27 186 -
CMYK 0.10 0.85 0 0.27
HSL 292.83º 0.75% 0.42% -
HSV(B) 292.83º 0.85% 0.73% -
XYZ 25.19 12.54 47.55 -
YUV 86.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 167 27 186 0.10 0.85 0 0.27 292.83 0.75 0.42
Hex A7 1B BA A 55 0 1B 125 4B 2A
Octal 247 33 272 12 125 0 33 445 113 52
Binary 10100111 11011 10111010 1010 1010101 0 11011 100100101 1001011 101010

Color Harmonies of #A71BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BBA

Black with #A71BBA

Text Example


Text Example

White with #A71BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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