Html Css Color HEX #A71ACD Dark Orchid

📋 copy color: '#A71ACD'

red 167 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #A71ACD

Tints of Dark Orchid #A71ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 41.96%
G = 6.53%
B = 51.51%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A71ACD (or 0xA71ACD) is known color: Dark Orchid. HEX triplet: A7, 1A and CD. RGB value is (167,26,205). Sum of RGB (Red+Green+Blue) = 167+26+205=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #A71ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ACD is #58E532. Grayscale: #575757. Windows color (decimal): -5825843 or 13441703. OLE color: 13441703.

HSL color Cylindrical-coordinate representation of color #A71ACD: hue angle of 287.26º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71ACD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 26 205 -
CMYK 0.19 0.87 0 0.20
HSL 287.26º 0.77% 0.45% -
HSV(B) 287.26º 0.87% 0.8% -
XYZ 27.33 13.36 58.9 -
YUV 88.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 167 26 205 0.19 0.87 0 0.20 287.26 0.77 0.45
Hex A7 1A CD 13 57 0 14 11F 4D 2D
Octal 247 32 315 23 127 0 24 437 115 55
Binary 10100111 11010 11001101 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A71ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71ACD

Black with #A71ACD

Text Example


Text Example

White with #A71ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71ACD; }

 p { color: rgb(167,26,205); }

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

background-color css

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

 a { background-color: rgb(167,26,205); }

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

border-color css

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

 span { border-color: rgb(167,26,205); }

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