Html Css Color HEX #A61ADC Dark Orchid

📋 copy color: '#A61ADC'

red 166 ◦ green 26 ◦ blue 220

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

Shades of Dark Orchid #A61ADC

Tints of Dark Orchid #A61ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

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

R = 40.29%
G = 6.31%
B = 53.4%

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

#A61ADC (or 0xA61ADC) is known color: Dark Orchid. HEX triplet: A6, 1A and DC. RGB value is (166,26,220). Sum of RGB (Red+Green+Blue) = 166+26+220=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #A61ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ADC is #59E523. Grayscale: #595959. Windows color (decimal): -5891364 or 14424742. OLE color: 14424742.

HSL color Cylindrical-coordinate representation of color #A61ADC: hue angle of 283.3º degrees, saturation: 0.79, 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 #A61ADC is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 26 220 -
CMYK 0.25 0.88 0 0.14
HSL 283.3º 0.79% 0.48% -
HSV(B) 283.3º 0.88% 0.86% -
XYZ 29.01 14.01 68.89 -
YUV 89.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 166 26 220 0.25 0.88 0 0.14 283.3 0.79 0.48
Hex A6 1A DC 19 58 0 E 11B 4F 30
Octal 246 32 334 31 130 0 16 433 117 60
Binary 10100110 11010 11011100 11001 1011000 0 1110 100011011 1001111 110000

Color Harmonies of #A61ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61ADC

Black with #A61ADC

Text Example


Text Example

White with #A61ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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