Html Css Color HEX #A61ADE Dark Orchid

📋 copy color: '#A61ADE'

red 166 ◦ green 26 ◦ blue 222

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

Shades of Dark Orchid #A61ADE

Tints of Dark Orchid #A61ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 40.1%
G = 6.28%
B = 53.62%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A61ADE (or 0xA61ADE) is known color: Dark Orchid. HEX triplet: A6, 1A and DE. RGB value is (166,26,222). Sum of RGB (Red+Green+Blue) = 166+26+222=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #A61ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ADE is #59E521. Grayscale: #595959. Windows color (decimal): -5891362 or 14555814. OLE color: 14555814.

HSL color Cylindrical-coordinate representation of color #A61ADE: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61ADE is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 26 222 -
CMYK 0.25 0.88 0 0.13
HSL 282.86º 0.79% 0.49% -
HSV(B) 282.86º 0.88% 0.87% -
XYZ 29.28 14.12 70.29 -
YUV 90.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 166 26 222 0.25 0.88 0 0.13 282.86 0.79 0.49
Hex A6 1A DE 19 58 0 D 11B 4F 31
Octal 246 32 336 31 130 0 15 433 117 61
Binary 10100110 11010 11011110 11001 1011000 0 1101 100011011 1001111 110001

Color Harmonies of #A61ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61ADE

Black with #A61ADE

Text Example


Text Example

White with #A61ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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