Html Css Color HEX #A71FDB Dark Orchid

📋 copy color: '#A71FDB'

red 167 ◦ green 31 ◦ blue 219

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

Shades of Dark Orchid #A71FDB

Tints of Dark Orchid #A71FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 40.05%
G = 7.43%
B = 52.52%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A71FDB (or 0xA71FDB) is known color: Dark Orchid. HEX triplet: A7, 1F and DB. RGB value is (167,31,219). Sum of RGB (Red+Green+Blue) = 167+31+219=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #A71FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FDB is #58E024. Grayscale: #5C5C5C. Windows color (decimal): -5824549 or 14360487. OLE color: 14360487.

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

Color convert

RGB 167 31 219 -
CMYK 0.24 0.86 0 0.14
HSL 283.4º 0.75% 0.49% -
HSV(B) 283.4º 0.86% 0.86% -
XYZ 29.21 14.31 68.24 -
YUV 93.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 167 31 219 0.24 0.86 0 0.14 283.4 0.75 0.49
Hex A7 1F DB 18 56 0 E 11B 4B 31
Octal 247 37 333 30 126 0 16 433 113 61
Binary 10100111 11111 11011011 11000 1010110 0 1110 100011011 1001011 110001

Color Harmonies of #A71FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FDB

Black with #A71FDB

Text Example


Text Example

White with #A71FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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