Html Css Color HEX #A71DBE Dark Orchid

📋 copy color: '#A71DBE'

red 167 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #A71DBE

Tints of Dark Orchid #A71DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 43.26%
G = 7.51%
B = 49.22%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A71DBE (or 0xA71DBE) is known color: Dark Orchid. HEX triplet: A7, 1D and BE. RGB value is (167,29,190). Sum of RGB (Red+Green+Blue) = 167+29+190=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #A71DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DBE is #58E241. Grayscale: #585858. Windows color (decimal): -5825090 or 12459431. OLE color: 12459431.

HSL color Cylindrical-coordinate representation of color #A71DBE: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71DBE is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 29 190 -
CMYK 0.12 0.85 0 0.25
HSL 291.43º 0.74% 0.43% -
HSV(B) 291.43º 0.85% 0.75% -
XYZ 25.67 12.81 49.84 -
YUV 88.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 167 29 190 0.12 0.85 0 0.25 291.43 0.74 0.43
Hex A7 1D BE C 55 0 19 123 4A 2B
Octal 247 35 276 14 125 0 31 443 112 53
Binary 10100111 11101 10111110 1100 1010101 0 11001 100100011 1001010 101011

Color Harmonies of #A71DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DBE

Black with #A71DBE

Text Example


Text Example

White with #A71DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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