Html Css Color HEX #A71ECB Dark Orchid

📋 copy color: '#A71ECB'

red 167 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #A71ECB

Tints of Dark Orchid #A71ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.5%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 41.75%
G = 7.5%
B = 50.75%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A71ECB (or 0xA71ECB) is known color: Dark Orchid. HEX triplet: A7, 1E and CB. RGB value is (167,30,203). Sum of RGB (Red+Green+Blue) = 167+30+203=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #A71ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ECB is #58E134. Grayscale: #5A5A5A. Windows color (decimal): -5824821 or 13311655. OLE color: 13311655.

HSL color Cylindrical-coordinate representation of color #A71ECB: hue angle of 287.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71ECB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 30 203 -
CMYK 0.18 0.85 0 0.20
HSL 287.51º 0.74% 0.46% -
HSV(B) 287.51º 0.85% 0.8% -
XYZ 27.18 13.46 57.66 -
YUV 90.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 167 30 203 0.18 0.85 0 0.20 287.51 0.74 0.46
Hex A7 1E CB 12 55 0 14 120 4A 2E
Octal 247 36 313 22 125 0 24 440 112 56
Binary 10100111 11110 11001011 10010 1010101 0 10100 100100000 1001010 101110

Color Harmonies of #A71ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71ECB

Black with #A71ECB

Text Example


Text Example

White with #A71ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71ECB; }

 p { color: rgb(167,30,203); }

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

background-color css

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

 a { background-color: rgb(167,30,203); }

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

border-color css

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

 span { border-color: rgb(167,30,203); }

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