Html Css Color HEX #A71CCD Dark Orchid

📋 copy color: '#A71CCD'

red 167 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #A71CCD

Tints of Dark Orchid #A71CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

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

R = 41.75%
G = 7%
B = 51.25%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A71CCD (or 0xA71CCD) is known color: Dark Orchid. HEX triplet: A7, 1C and CD. RGB value is (167,28,205). Sum of RGB (Red+Green+Blue) = 167+28+205=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #A71CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CCD is #58E332. Grayscale: #595959. Windows color (decimal): -5825331 or 13442215. OLE color: 13442215.

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

Color convert

RGB 167 28 205 -
CMYK 0.19 0.86 0 0.20
HSL 287.12º 0.76% 0.46% -
HSV(B) 287.12º 0.86% 0.8% -
XYZ 27.37 13.45 58.91 -
YUV 89.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 167 28 205 0.19 0.86 0 0.20 287.12 0.76 0.46
Hex A7 1C CD 13 56 0 14 11F 4C 2E
Octal 247 34 315 23 126 0 24 437 114 56
Binary 10100111 11100 11001101 10011 1010110 0 10100 100011111 1001100 101110

Color Harmonies of #A71CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CCD

Black with #A71CCD

Text Example


Text Example

White with #A71CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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