Html Css Color HEX #A61DDA Dark Orchid

📋 copy color: '#A61DDA'

red 166 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #A61DDA

Tints of Dark Orchid #A61DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 40.19%
G = 7.02%
B = 52.78%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A61DDA (or 0xA61DDA) is known color: Dark Orchid. HEX triplet: A6, 1D and DA. RGB value is (166,29,218). Sum of RGB (Red+Green+Blue) = 166+29+218=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #A61DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DDA is #59E225. Grayscale: #5A5A5A. Windows color (decimal): -5890598 or 14294438. OLE color: 14294438.

HSL color Cylindrical-coordinate representation of color #A61DDA: hue angle of 283.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61DDA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 29 218 -
CMYK 0.24 0.87 0 0.15
HSL 283.49º 0.77% 0.48% -
HSV(B) 283.49º 0.87% 0.85% -
XYZ 28.82 14.05 67.52 -
YUV 91.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 166 29 218 0.24 0.87 0 0.15 283.49 0.77 0.48
Hex A6 1D DA 18 57 0 F 11B 4D 30
Octal 246 35 332 30 127 0 17 433 115 60
Binary 10100110 11101 11011010 11000 1010111 0 1111 100011011 1001101 110000

Color Harmonies of #A61DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DDA

Black with #A61DDA

Text Example


Text Example

White with #A61DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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