Html Css Color HEX #A61CBC Dark Orchid

📋 copy color: '#A61CBC'

red 166 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #A61CBC

Tints of Dark Orchid #A61CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 43.46%
G = 7.33%
B = 49.21%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A61CBC (or 0xA61CBC) is known color: Dark Orchid. HEX triplet: A6, 1C and BC. RGB value is (166,28,188). Sum of RGB (Red+Green+Blue) = 166+28+188=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #A61CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CBC is #59E343. Grayscale: #575757. Windows color (decimal): -5890884 or 12328102. OLE color: 12328102.

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

Color convert

RGB 166 28 188 -
CMYK 0.12 0.85 0 0.26
HSL 291.75º 0.74% 0.42% -
HSV(B) 291.75º 0.85% 0.74% -
XYZ 25.22 12.57 48.67 -
YUV 87.5 184.72 183.99 -
System Red Green Blue C M Y K H S L
Decimal 166 28 188 0.12 0.85 0 0.26 291.75 0.74 0.42
Hex A6 1C BC C 55 0 1A 124 4A 2A
Octal 246 34 274 14 125 0 32 444 112 52
Binary 10100110 11100 10111100 1100 1010101 0 11010 100100100 1001010 101010

Color Harmonies of #A61CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CBC

Black with #A61CBC

Text Example


Text Example

White with #A61CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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