Html Css Color HEX #A61BCB Dark Orchid

📋 copy color: '#A61BCB'

red 166 ◦ green 27 ◦ blue 203

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

Shades of Dark Orchid #A61BCB

Tints of Dark Orchid #A61BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 41.92%
G = 6.82%
B = 51.26%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A61BCB (or 0xA61BCB) is known color: Dark Orchid. HEX triplet: A6, 1B and CB. RGB value is (166,27,203). Sum of RGB (Red+Green+Blue) = 166+27+203=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #A61BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BCB is #59E434. Grayscale: #585858. Windows color (decimal): -5891125 or 13310886. OLE color: 13310886.

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

Color convert

RGB 166 27 203 -
CMYK 0.18 0.87 0 0.20
HSL 287.39º 0.77% 0.45% -
HSV(B) 287.39º 0.87% 0.8% -
XYZ 26.9 13.2 57.63 -
YUV 88.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 166 27 203 0.18 0.87 0 0.20 287.39 0.77 0.45
Hex A6 1B CB 12 57 0 14 11F 4D 2D
Octal 246 33 313 22 127 0 24 437 115 55
Binary 10100110 11011 11001011 10010 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A61BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61BCB

Black with #A61BCB

Text Example


Text Example

White with #A61BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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