Html Css Color HEX #A61BCD Dark Orchid

📋 copy color: '#A61BCD'

red 166 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #A61BCD

Tints of Dark Orchid #A61BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

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

R = 41.71%
G = 6.78%
B = 51.51%

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

#A61BCD (or 0xA61BCD) is known color: Dark Orchid. HEX triplet: A6, 1B and CD. RGB value is (166,27,205). Sum of RGB (Red+Green+Blue) = 166+27+205=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #A61BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BCD is #59E432. Grayscale: #585858. Windows color (decimal): -5891123 or 13441958. OLE color: 13441958.

HSL color Cylindrical-coordinate representation of color #A61BCD: hue angle of 286.85º 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 #A61BCD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 27 205 -
CMYK 0.19 0.87 0 0.20
HSL 286.85º 0.77% 0.45% -
HSV(B) 286.85º 0.87% 0.8% -
XYZ 27.14 13.3 58.89 -
YUV 88.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 166 27 205 0.19 0.87 0 0.20 286.85 0.77 0.45
Hex A6 1B CD 13 57 0 14 11F 4D 2D
Octal 246 33 315 23 127 0 24 437 115 55
Binary 10100110 11011 11001101 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A61BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BCD

Black with #A61BCD

Text Example


Text Example

White with #A61BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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