Html Css Color HEX #A61FDB Dark Orchid

📋 copy color: '#A61FDB'

red 166 ◦ green 31 ◦ blue 219

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

Shades of Dark Orchid #A61FDB

Tints of Dark Orchid #A61FDB

RGB

 RED value IS 166 (65.23% from 255) = 39.9%

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

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

R = 39.9%
G = 7.45%
B = 52.64%

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

#A61FDB (or 0xA61FDB) is known color: Dark Orchid. HEX triplet: A6, 1F and DB. RGB value is (166,31,219). Sum of RGB (Red+Green+Blue) = 166+31+219=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #A61FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61FDB is #59E024. Grayscale: #5C5C5C. Windows color (decimal): -5890085 or 14360486. OLE color: 14360486.

HSL color Cylindrical-coordinate representation of color #A61FDB: hue angle of 283.09º 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 #A61FDB is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 31 219 -
CMYK 0.24 0.86 0 0.14
HSL 283.09º 0.75% 0.49% -
HSV(B) 283.09º 0.86% 0.86% -
XYZ 29 14.2 68.23 -
YUV 92.8 199.23 180.21 -
System Red Green Blue C M Y K H S L
Decimal 166 31 219 0.24 0.86 0 0.14 283.09 0.75 0.49
Hex A6 1F DB 18 56 0 E 11B 4B 31
Octal 246 37 333 30 126 0 16 433 113 61
Binary 10100110 11111 11011011 11000 1010110 0 1110 100011011 1001011 110001

Color Harmonies of #A61FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FDB

Black with #A61FDB

Text Example


Text Example

White with #A61FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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