Html Css Color HEX #A61DDD Dark Orchid

📋 copy color: '#A61DDD'

red 166 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #A61DDD

Tints of Dark Orchid #A61DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 39.9%
G = 6.97%
B = 53.13%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A61DDD (or 0xA61DDD) is known color: Dark Orchid. HEX triplet: A6, 1D and DD. RGB value is (166,29,221). Sum of RGB (Red+Green+Blue) = 166+29+221=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A61DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DDD is #59E222. Grayscale: #5B5B5B. Windows color (decimal): -5890595 or 14491046. OLE color: 14491046.

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

Color convert

RGB 166 29 221 -
CMYK 0.25 0.87 0 0.13
HSL 282.81º 0.77% 0.49% -
HSV(B) 282.81º 0.87% 0.87% -
XYZ 29.22 14.21 69.61 -
YUV 91.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 166 29 221 0.25 0.87 0 0.13 282.81 0.77 0.49
Hex A6 1D DD 19 57 0 D 11B 4D 31
Octal 246 35 335 31 127 0 15 433 115 61
Binary 10100110 11101 11011101 11001 1010111 0 1101 100011011 1001101 110001

Color Harmonies of #A61DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DDD

Black with #A61DDD

Text Example


Text Example

White with #A61DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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