Html Css Color HEX #A61BDC Dark Orchid

📋 copy color: '#A61BDC'

red 166 ◦ green 27 ◦ blue 220

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

Shades of Dark Orchid #A61BDC

Tints of Dark Orchid #A61BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.54%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 40.19%
G = 6.54%
B = 53.27%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A61BDC (or 0xA61BDC) is known color: Dark Orchid. HEX triplet: A6, 1B and DC. RGB value is (166,27,220). Sum of RGB (Red+Green+Blue) = 166+27+220=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #A61BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BDC is #59E423. Grayscale: #595959. Windows color (decimal): -5891108 or 14424998. OLE color: 14424998.

HSL color Cylindrical-coordinate representation of color #A61BDC: hue angle of 283.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61BDC is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 27 220 -
CMYK 0.25 0.88 0 0.14
HSL 283.21º 0.78% 0.48% -
HSV(B) 283.21º 0.88% 0.86% -
XYZ 29.04 14.06 68.89 -
YUV 90.56 201.05 181.81 -
System Red Green Blue C M Y K H S L
Decimal 166 27 220 0.25 0.88 0 0.14 283.21 0.78 0.48
Hex A6 1B DC 19 58 0 E 11B 4E 30
Octal 246 33 334 31 130 0 16 433 116 60
Binary 10100110 11011 11011100 11001 1011000 0 1110 100011011 1001110 110000

Color Harmonies of #A61BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BDC

Black with #A61BDC

Text Example


Text Example

White with #A61BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BDC; }

 p { color: rgb(166,27,220); }

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

background-color css

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

 a { background-color: rgb(166,27,220); }

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

border-color css

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

 span { border-color: rgb(166,27,220); }

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