Html Css Color HEX #A71DCE Dark Orchid

📋 copy color: '#A71DCE'

red 167 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #A71DCE

Tints of Dark Orchid #A71DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 41.54%
G = 7.21%
B = 51.24%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A71DCE (or 0xA71DCE) is known color: Dark Orchid. HEX triplet: A7, 1D and CE. RGB value is (167,29,206). Sum of RGB (Red+Green+Blue) = 167+29+206=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A71DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DCE is #58E231. Grayscale: #595959. Windows color (decimal): -5825074 or 13508007. OLE color: 13508007.

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

Color convert

RGB 167 29 206 -
CMYK 0.19 0.86 0 0.19
HSL 286.78º 0.75% 0.46% -
HSV(B) 286.78º 0.86% 0.81% -
XYZ 27.52 13.55 59.56 -
YUV 90.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 167 29 206 0.19 0.86 0 0.19 286.78 0.75 0.46
Hex A7 1D CE 13 56 0 13 11F 4B 2E
Octal 247 35 316 23 126 0 23 437 113 56
Binary 10100111 11101 11001110 10011 1010110 0 10011 100011111 1001011 101110

Color Harmonies of #A71DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DCE

Black with #A71DCE

Text Example


Text Example

White with #A71DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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