Html Css Color HEX #A61DD6 Dark Orchid

📋 copy color: '#A61DD6'

red 166 ◦ green 29 ◦ blue 214

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

Shades of Dark Orchid #A61DD6

Tints of Dark Orchid #A61DD6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.09%

 BLUE value IS 214 (83.98% from 255) = 52.32%

R = 40.59%
G = 7.09%
B = 52.32%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A61DD6 (or 0xA61DD6) is known color: Dark Orchid. HEX triplet: A6, 1D and D6. RGB value is (166,29,214). Sum of RGB (Red+Green+Blue) = 166+29+214=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #A61DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DD6 is #59E229. Grayscale: #5A5A5A. Windows color (decimal): -5890602 or 14032294. OLE color: 14032294.

HSL color Cylindrical-coordinate representation of color #A61DD6: hue angle of 284.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61DD6 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 29 214 -
CMYK 0.22 0.86 0 0.16
HSL 284.43º 0.76% 0.48% -
HSV(B) 284.43º 0.86% 0.84% -
XYZ 28.3 13.84 64.8 -
YUV 91.05 197.39 181.46 -
System Red Green Blue C M Y K H S L
Decimal 166 29 214 0.22 0.86 0 0.16 284.43 0.76 0.48
Hex A6 1D D6 16 56 0 10 11C 4C 30
Octal 246 35 326 26 126 0 20 434 114 60
Binary 10100110 11101 11010110 10110 1010110 0 10000 100011100 1001100 110000

Color Harmonies of #A61DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DD6

Black with #A61DD6

Text Example


Text Example

White with #A61DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DD6; }

 p { color: rgb(166,29,214); }

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

background-color css

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

 a { background-color: rgb(166,29,214); }

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

border-color css

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

 span { border-color: rgb(166,29,214); }

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