Html Css Color HEX #A71FBC Dark Orchid

📋 copy color: '#A71FBC'

red 167 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A71FBC

Tints of Dark Orchid #A71FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

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

R = 43.26%
G = 8.03%
B = 48.7%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A71FBC (or 0xA71FBC) is known color: Dark Orchid. HEX triplet: A7, 1F and BC. RGB value is (167,31,188). Sum of RGB (Red+Green+Blue) = 167+31+188=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #A71FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FBC is #58E043. Grayscale: #595959. Windows color (decimal): -5824580 or 12328871. OLE color: 12328871.

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

Color convert

RGB 167 31 188 -
CMYK 0.11 0.84 0 0.26
HSL 291.97º 0.72% 0.43% -
HSV(B) 291.97º 0.84% 0.74% -
XYZ 25.5 12.83 48.71 -
YUV 89.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 167 31 188 0.11 0.84 0 0.26 291.97 0.72 0.43
Hex A7 1F BC B 54 0 1A 124 48 2B
Octal 247 37 274 13 124 0 32 444 110 53
Binary 10100111 11111 10111100 1011 1010100 0 11010 100100100 1001000 101011

Color Harmonies of #A71FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FBC

Black with #A71FBC

Text Example


Text Example

White with #A71FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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