Html Css Color HEX #A61EDC Dark Orchid

📋 copy color: '#A61EDC'

red 166 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #A61EDC

Tints of Dark Orchid #A61EDC

RGB

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

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

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

R = 39.9%
G = 7.21%
B = 52.88%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A61EDC (or 0xA61EDC) is known color: Dark Orchid. HEX triplet: A6, 1E and DC. RGB value is (166,30,220). Sum of RGB (Red+Green+Blue) = 166+30+220=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #A61EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EDC is #59E123. Grayscale: #5B5B5B. Windows color (decimal): -5890340 or 14425766. OLE color: 14425766.

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

Color convert

RGB 166 30 220 -
CMYK 0.25 0.86 0 0.14
HSL 282.95º 0.76% 0.49% -
HSV(B) 282.95º 0.86% 0.86% -
XYZ 29.11 14.2 68.92 -
YUV 92.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 166 30 220 0.25 0.86 0 0.14 282.95 0.76 0.49
Hex A6 1E DC 19 56 0 E 11B 4C 31
Octal 246 36 334 31 126 0 16 433 114 61
Binary 10100110 11110 11011100 11001 1010110 0 1110 100011011 1001100 110001

Color Harmonies of #A61EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EDC

Black with #A61EDC

Text Example


Text Example

White with #A61EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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