Html Css Color HEX #A71FDA Dark Orchid

📋 copy color: '#A71FDA'

red 167 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #A71FDA

Tints of Dark Orchid #A71FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 40.14%
G = 7.45%
B = 52.4%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A71FDA (or 0xA71FDA) is known color: Dark Orchid. HEX triplet: A7, 1F and DA. RGB value is (167,31,218). Sum of RGB (Red+Green+Blue) = 167+31+218=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #A71FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FDA is #58E025. Grayscale: #5C5C5C. Windows color (decimal): -5824550 or 14294951. OLE color: 14294951.

HSL color Cylindrical-coordinate representation of color #A71FDA: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71FDA is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 31 218 -
CMYK 0.23 0.86 0 0.15
HSL 283.64º 0.75% 0.49% -
HSV(B) 283.64º 0.86% 0.85% -
XYZ 29.08 14.26 67.55 -
YUV 92.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 167 31 218 0.23 0.86 0 0.15 283.64 0.75 0.49
Hex A7 1F DA 17 56 0 F 11C 4B 31
Octal 247 37 332 27 126 0 17 434 113 61
Binary 10100111 11111 11011010 10111 1010110 0 1111 100011100 1001011 110001

Color Harmonies of #A71FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FDA

Black with #A71FDA

Text Example


Text Example

White with #A71FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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