Html Css Color HEX #A71DD3 Dark Orchid

📋 copy color: '#A71DD3'

red 167 ◦ green 29 ◦ blue 211

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

Shades of Dark Orchid #A71DD3

Tints of Dark Orchid #A71DD3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

 BLUE value IS 211 (82.81% from 255) = 51.84%

R = 41.03%
G = 7.13%
B = 51.84%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A71DD3 (or 0xA71DD3) is known color: Dark Orchid. HEX triplet: A7, 1D and D3. RGB value is (167,29,211). Sum of RGB (Red+Green+Blue) = 167+29+211=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 211 (82.81% from 255 or 51.84% from 407); Max value from RGB is 211 - color contains mainly: blue. Hex color #A71DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DD3 is #58E22C. Grayscale: #5A5A5A. Windows color (decimal): -5825069 or 13835687. OLE color: 13835687.

HSL color Cylindrical-coordinate representation of color #A71DD3: hue angle of 285.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71DD3 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 29 211 -
CMYK 0.21 0.86 0 0.17
HSL 285.49º 0.76% 0.47% -
HSV(B) 285.49º 0.86% 0.83% -
XYZ 28.13 13.8 62.81 -
YUV 91.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 167 29 211 0.21 0.86 0 0.17 285.49 0.76 0.47
Hex A7 1D D3 15 56 0 11 11D 4C 2F
Octal 247 35 323 25 126 0 21 435 114 57
Binary 10100111 11101 11010011 10101 1010110 0 10001 100011101 1001100 101111

Color Harmonies of #A71DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DD3

Black with #A71DD3

Text Example


Text Example

White with #A71DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DD3; }

 p { color: rgb(167,29,211); }

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

background-color css

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

 a { background-color: rgb(167,29,211); }

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

border-color css

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

 span { border-color: rgb(167,29,211); }

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