Html Css Color HEX #A61BC3 Dark Orchid

📋 copy color: '#A61BC3'

red 166 ◦ green 27 ◦ blue 195

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

Shades of Dark Orchid #A61BC3

Tints of Dark Orchid #A61BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 42.78%
G = 6.96%
B = 50.26%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A61BC3 (or 0xA61BC3) is known color: Dark Orchid. HEX triplet: A6, 1B and C3. RGB value is (166,27,195). Sum of RGB (Red+Green+Blue) = 166+27+195=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #A61BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BC3 is #59E43C. Grayscale: #575757. Windows color (decimal): -5891133 or 12786598. OLE color: 12786598.

HSL color Cylindrical-coordinate representation of color #A61BC3: hue angle of 289.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61BC3 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 27 195 -
CMYK 0.15 0.86 0 0.24
HSL 289.64º 0.76% 0.44% -
HSV(B) 289.64º 0.86% 0.76% -
XYZ 25.97 12.83 52.74 -
YUV 87.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 166 27 195 0.15 0.86 0 0.24 289.64 0.76 0.44
Hex A6 1B C3 F 56 0 18 122 4C 2C
Octal 246 33 303 17 126 0 30 442 114 54
Binary 10100110 11011 11000011 1111 1010110 0 11000 100100010 1001100 101100

Color Harmonies of #A61BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BC3

Black with #A61BC3

Text Example


Text Example

White with #A61BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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