Html Css Color HEX #A71DD5 Dark Orchid

📋 copy color: '#A71DD5'

red 167 ◦ green 29 ◦ blue 213

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

Shades of Dark Orchid #A71DD5

Tints of Dark Orchid #A71DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 40.83%
G = 7.09%
B = 52.08%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A71DD5 (or 0xA71DD5) is known color: Dark Orchid. HEX triplet: A7, 1D and D5. RGB value is (167,29,213). Sum of RGB (Red+Green+Blue) = 167+29+213=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #A71DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DD5 is #58E22A. Grayscale: #5A5A5A. Windows color (decimal): -5825067 or 13966759. OLE color: 13966759.

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

Color convert

RGB 167 29 213 -
CMYK 0.22 0.86 0 0.16
HSL 285º 0.76% 0.47% -
HSV(B) 285º 0.86% 0.84% -
XYZ 28.39 13.9 64.14 -
YUV 91.24 196.72 182.04 -
System Red Green Blue C M Y K H S L
Decimal 167 29 213 0.22 0.86 0 0.16 285 0.76 0.47
Hex A7 1D D5 16 56 0 10 11D 4C 2F
Octal 247 35 325 26 126 0 20 435 114 57
Binary 10100111 11101 11010101 10110 1010110 0 10000 100011101 1001100 101111

Color Harmonies of #A71DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DD5

Black with #A71DD5

Text Example


Text Example

White with #A71DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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