Html Css Color HEX #A61FDC Dark Orchid

📋 copy color: '#A61FDC'

red 166 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #A61FDC

Tints of Dark Orchid #A61FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.43%

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

R = 39.81%
G = 7.43%
B = 52.76%

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

#A61FDC (or 0xA61FDC) is known color: Dark Orchid. HEX triplet: A6, 1F and DC. RGB value is (166,31,220). Sum of RGB (Red+Green+Blue) = 166+31+220=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #A61FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61FDC is #59E023. Grayscale: #5C5C5C. Windows color (decimal): -5890084 or 14426022. OLE color: 14426022.

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

Color convert

RGB 166 31 220 -
CMYK 0.25 0.86 0 0.14
HSL 282.86º 0.75% 0.49% -
HSV(B) 282.86º 0.86% 0.86% -
XYZ 29.13 14.25 68.93 -
YUV 92.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 166 31 220 0.25 0.86 0 0.14 282.86 0.75 0.49
Hex A6 1F DC 19 56 0 E 11B 4B 31
Octal 246 37 334 31 126 0 16 433 113 61
Binary 10100110 11111 11011100 11001 1010110 0 1110 100011011 1001011 110001

Color Harmonies of #A61FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FDC

Black with #A61FDC

Text Example


Text Example

White with #A61FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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