Html Css Color HEX #A11BCC Dark Orchid

📋 copy color: '#A11BCC'

red 161 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #A11BCC

Tints of Dark Orchid #A11BCC

RGB

 RED value IS 161 (63.28% from 255) = 41.07%

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

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

R = 41.07%
G = 6.89%
B = 52.04%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A11BCC (or 0xA11BCC) is known color: Dark Orchid. HEX triplet: A1, 1B and CC. RGB value is (161,27,204). Sum of RGB (Red+Green+Blue) = 161+27+204=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A11BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BCC is #5EE433. Grayscale: #565656. Windows color (decimal): -6218804 or 13376417. OLE color: 13376417.

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

Color convert

RGB 161 27 204 -
CMYK 0.21 0.87 0 0.2
HSL 285.42º 0.77% 0.45% -
HSV(B) 285.42º 0.87% 0.8% -
XYZ 25.99 12.72 58.21 -
YUV 87.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 161 27 204 0.21 0.87 0 0.2 285.42 0.77 0.45
Hex A1 1B CC 15 57 0 14 11D 4D 2D
Octal 241 33 314 25 127 0 24 435 115 55
Binary 10100001 11011 11001100 10101 1010111 0 10100 100011101 1001101 101101

Color Harmonies of #A11BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BCC

Black with #A11BCC

Text Example


Text Example

White with #A11BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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