Html Css Color HEX #A61BCC Dark Orchid

📋 copy color: '#A61BCC'

red 166 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #A61BCC

Tints of Dark Orchid #A61BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 41.81%
G = 6.8%
B = 51.39%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A61BCC (or 0xA61BCC) is known color: Dark Orchid. HEX triplet: A6, 1B and CC. RGB value is (166,27,204). Sum of RGB (Red+Green+Blue) = 166+27+204=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #A61BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BCC is #59E433. Grayscale: #585858. Windows color (decimal): -5891124 or 13376422. OLE color: 13376422.

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

Color convert

RGB 166 27 204 -
CMYK 0.19 0.87 0 0.2
HSL 287.12º 0.77% 0.45% -
HSV(B) 287.12º 0.87% 0.8% -
XYZ 27.02 13.25 58.26 -
YUV 88.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 166 27 204 0.19 0.87 0 0.2 287.12 0.77 0.45
Hex A6 1B CC 13 57 0 14 11F 4D 2D
Octal 246 33 314 23 127 0 24 437 115 55
Binary 10100110 11011 11001100 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A61BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BCC

Black with #A61BCC

Text Example


Text Example

White with #A61BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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