Html Css Color HEX #A71FC5 Dark Orchid

📋 copy color: '#A71FC5'

red 167 ◦ green 31 ◦ blue 197

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

Shades of Dark Orchid #A71FC5

Tints of Dark Orchid #A71FC5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.85%

 BLUE value IS 197 (77.34% from 255) = 49.87%

R = 42.28%
G = 7.85%
B = 49.87%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A71FC5 (or 0xA71FC5) is known color: Dark Orchid. HEX triplet: A7, 1F and C5. RGB value is (167,31,197). Sum of RGB (Red+Green+Blue) = 167+31+197=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #A71FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FC5 is #58E03A. Grayscale: #5A5A5A. Windows color (decimal): -5824571 or 12918695. OLE color: 12918695.

HSL color Cylindrical-coordinate representation of color #A71FC5: hue angle of 289.16º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71FC5 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 31 197 -
CMYK 0.15 0.84 0 0.23
HSL 289.16º 0.73% 0.45% -
HSV(B) 289.16º 0.84% 0.77% -
XYZ 26.5 13.23 53.98 -
YUV 90.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 167 31 197 0.15 0.84 0 0.23 289.16 0.73 0.45
Hex A7 1F C5 F 54 0 17 121 49 2D
Octal 247 37 305 17 124 0 27 441 111 55
Binary 10100111 11111 11000101 1111 1010100 0 10111 100100001 1001001 101101

Color Harmonies of #A71FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FC5

Black with #A71FC5

Text Example


Text Example

White with #A71FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FC5; }

 p { color: rgb(167,31,197); }

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

background-color css

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

 a { background-color: rgb(167,31,197); }

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

border-color css

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

 span { border-color: rgb(167,31,197); }

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