Html Css Color HEX #A71BCF Dark Orchid

📋 copy color: '#A71BCF'

red 167 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #A71BCF

Tints of Dark Orchid #A71BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 41.65%
G = 6.73%
B = 51.62%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A71BCF (or 0xA71BCF) is known color: Dark Orchid. HEX triplet: A7, 1B and CF. RGB value is (167,27,207). Sum of RGB (Red+Green+Blue) = 167+27+207=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A71BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BCF is #58E430. Grayscale: #585858. Windows color (decimal): -5825585 or 13573031. OLE color: 13573031.

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

Color convert

RGB 167 27 207 -
CMYK 0.19 0.87 0 0.19
HSL 286.67º 0.77% 0.46% -
HSV(B) 286.67º 0.87% 0.81% -
XYZ 27.59 13.5 60.18 -
YUV 89.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 167 27 207 0.19 0.87 0 0.19 286.67 0.77 0.46
Hex A7 1B CF 13 57 0 13 11F 4D 2E
Octal 247 33 317 23 127 0 23 437 115 56
Binary 10100111 11011 11001111 10011 1010111 0 10011 100011111 1001101 101110

Color Harmonies of #A71BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BCF

Black with #A71BCF

Text Example


Text Example

White with #A71BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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