Html Css Color HEX #A71BCC Dark Orchid

📋 copy color: '#A71BCC'

red 167 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #A71BCC

Tints of Dark Orchid #A71BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 41.96%
G = 6.78%
B = 51.26%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A71BCC (or 0xA71BCC) is known color: Dark Orchid. HEX triplet: A7, 1B and CC. RGB value is (167,27,204). Sum of RGB (Red+Green+Blue) = 167+27+204=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #A71BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BCC is #58E433. Grayscale: #585858. Windows color (decimal): -5825588 or 13376423. OLE color: 13376423.

HSL color Cylindrical-coordinate representation of color #A71BCC: hue angle of 287.46º 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 #A71BCC is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 27 204 -
CMYK 0.18 0.87 0 0.2
HSL 287.46º 0.77% 0.45% -
HSV(B) 287.46º 0.87% 0.8% -
XYZ 27.23 13.36 58.27 -
YUV 89.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 167 27 204 0.18 0.87 0 0.2 287.46 0.77 0.45
Hex A7 1B CC 12 57 0 14 11F 4D 2D
Octal 247 33 314 22 127 0 24 437 115 55
Binary 10100111 11011 11001100 10010 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A71BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BCC

Black with #A71BCC

Text Example


Text Example

White with #A71BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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