Html Css Color HEX #A71DDD Dark Orchid

📋 copy color: '#A71DDD'

red 167 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #A71DDD

Tints of Dark Orchid #A71DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 40.05%
G = 6.95%
B = 53%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A71DDD (or 0xA71DDD) is known color: Dark Orchid. HEX triplet: A7, 1D and DD. RGB value is (167,29,221). Sum of RGB (Red+Green+Blue) = 167+29+221=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A71DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DDD is #58E222. Grayscale: #5B5B5B. Windows color (decimal): -5825059 or 14491047. OLE color: 14491047.

HSL color Cylindrical-coordinate representation of color #A71DDD: hue angle of 283.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71DDD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 29 221 -
CMYK 0.24 0.87 0 0.13
HSL 283.13º 0.77% 0.49% -
HSV(B) 283.13º 0.87% 0.87% -
XYZ 29.43 14.31 69.62 -
YUV 92.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 167 29 221 0.24 0.87 0 0.13 283.13 0.77 0.49
Hex A7 1D DD 18 57 0 D 11B 4D 31
Octal 247 35 335 30 127 0 15 433 115 61
Binary 10100111 11101 11011101 11000 1010111 0 1101 100011011 1001101 110001

Color Harmonies of #A71DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DDD

Black with #A71DDD

Text Example


Text Example

White with #A71DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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