Html Css Color HEX #A61ACD Dark Orchid

📋 copy color: '#A61ACD'

red 166 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #A61ACD

Tints of Dark Orchid #A61ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 41.81%
G = 6.55%
B = 51.64%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A61ACD (or 0xA61ACD) is known color: Dark Orchid. HEX triplet: A6, 1A and CD. RGB value is (166,26,205). Sum of RGB (Red+Green+Blue) = 166+26+205=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #A61ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ACD is #59E532. Grayscale: #575757. Windows color (decimal): -5891379 or 13441702. OLE color: 13441702.

HSL color Cylindrical-coordinate representation of color #A61ACD: hue angle of 286.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61ACD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 26 205 -
CMYK 0.19 0.87 0 0.20
HSL 286.93º 0.77% 0.45% -
HSV(B) 286.93º 0.87% 0.8% -
XYZ 27.11 13.25 58.89 -
YUV 88.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 166 26 205 0.19 0.87 0 0.20 286.93 0.77 0.45
Hex A6 1A CD 13 57 0 14 11F 4D 2D
Octal 246 32 315 23 127 0 24 437 115 55
Binary 10100110 11010 11001101 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A61ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61ACD

Black with #A61ACD

Text Example


Text Example

White with #A61ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61ACD; }

 p { color: rgb(166,26,205); }

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

background-color css

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

 a { background-color: rgb(166,26,205); }

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

border-color css

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

 span { border-color: rgb(166,26,205); }

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