Html Css Color HEX #A71BCD Dark Orchid

📋 copy color: '#A71BCD'

red 167 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #A71BCD

Tints of Dark Orchid #A71BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 41.85%
G = 6.77%
B = 51.38%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A71BCD (or 0xA71BCD) is known color: Dark Orchid. HEX triplet: A7, 1B and CD. RGB value is (167,27,205). Sum of RGB (Red+Green+Blue) = 167+27+205=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #A71BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BCD is #58E432. Grayscale: #585858. Windows color (decimal): -5825587 or 13441959. OLE color: 13441959.

HSL color Cylindrical-coordinate representation of color #A71BCD: hue angle of 287.19º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71BCD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 27 205 -
CMYK 0.19 0.87 0 0.20
HSL 287.19º 0.77% 0.45% -
HSV(B) 287.19º 0.87% 0.8% -
XYZ 27.35 13.41 58.9 -
YUV 89.15 193.38 183.53 -
System Red Green Blue C M Y K H S L
Decimal 167 27 205 0.19 0.87 0 0.20 287.19 0.77 0.45
Hex A7 1B CD 13 57 0 14 11F 4D 2D
Octal 247 33 315 23 127 0 24 437 115 55
Binary 10100111 11011 11001101 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A71BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BCD

Black with #A71BCD

Text Example


Text Example

White with #A71BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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