Html Css Color HEX #A61CBA Dark Orchid

📋 copy color: '#A61CBA'

red 166 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #A61CBA

Tints of Dark Orchid #A61CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.37%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 43.68%
G = 7.37%
B = 48.95%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A61CBA (or 0xA61CBA) is known color: Dark Orchid. HEX triplet: A6, 1C and BA. RGB value is (166,28,186). Sum of RGB (Red+Green+Blue) = 166+28+186=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #A61CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CBA is #59E345. Grayscale: #565656. Windows color (decimal): -5890886 or 12197030. OLE color: 12197030.

HSL color Cylindrical-coordinate representation of color #A61CBA: hue angle of 292.41º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61CBA is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 28 186 -
CMYK 0.11 0.85 0 0.27
HSL 292.41º 0.74% 0.42% -
HSV(B) 292.41º 0.85% 0.73% -
XYZ 25 12.48 47.55 -
YUV 87.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 166 28 186 0.11 0.85 0 0.27 292.41 0.74 0.42
Hex A6 1C BA B 55 0 1B 124 4A 2A
Octal 246 34 272 13 125 0 33 444 112 52
Binary 10100110 11100 10111010 1011 1010101 0 11011 100100100 1001010 101010

Color Harmonies of #A61CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CBA

Black with #A61CBA

Text Example


Text Example

White with #A61CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CBA; }

 p { color: rgb(166,28,186); }

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

background-color css

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

 a { background-color: rgb(166,28,186); }

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

border-color css

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

 span { border-color: rgb(166,28,186); }

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