Html Css Color HEX #A61EDB Dark Orchid

📋 copy color: '#A61EDB'

red 166 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #A61EDB

Tints of Dark Orchid #A61EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.23%

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

R = 40%
G = 7.23%
B = 52.77%

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

#A61EDB (or 0xA61EDB) is known color: Dark Orchid. HEX triplet: A6, 1E and DB. RGB value is (166,30,219). Sum of RGB (Red+Green+Blue) = 166+30+219=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A61EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EDB is #59E124. Grayscale: #5B5B5B. Windows color (decimal): -5890341 or 14360230. OLE color: 14360230.

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

Color convert

RGB 166 30 219 -
CMYK 0.24 0.86 0 0.14
HSL 283.17º 0.76% 0.49% -
HSV(B) 283.17º 0.86% 0.86% -
XYZ 28.98 14.15 68.22 -
YUV 92.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 166 30 219 0.24 0.86 0 0.14 283.17 0.76 0.49
Hex A6 1E DB 18 56 0 E 11B 4C 31
Octal 246 36 333 30 126 0 16 433 114 61
Binary 10100110 11110 11011011 11000 1010110 0 1110 100011011 1001100 110001

Color Harmonies of #A61EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EDB

Black with #A61EDB

Text Example


Text Example

White with #A61EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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