Html Css Color HEX #A41BCE Dark Orchid

📋 copy color: '#A41BCE'

red 164 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #A41BCE

Tints of Dark Orchid #A41BCE

RGB

 RED value IS 164 (64.45% from 255) = 41.31%

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 41.31%
G = 6.8%
B = 51.89%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41BCE (or 0xA41BCE) is known color: Dark Orchid. HEX triplet: A4, 1B and CE. RGB value is (164,27,206). Sum of RGB (Red+Green+Blue) = 164+27+206=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A41BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BCE is #5BE431. Grayscale: #575757. Windows color (decimal): -6022194 or 13507492. OLE color: 13507492.

HSL color Cylindrical-coordinate representation of color #A41BCE: hue angle of 285.92º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41BCE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 27 206 -
CMYK 0.20 0.87 0 0.19
HSL 285.92º 0.77% 0.46% -
HSV(B) 285.92º 0.87% 0.81% -
XYZ 26.84 13.13 59.51 -
YUV 88.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 164 27 206 0.20 0.87 0 0.19 285.92 0.77 0.46
Hex A4 1B CE 14 57 0 13 11E 4D 2E
Octal 244 33 316 24 127 0 23 436 115 56
Binary 10100100 11011 11001110 10100 1010111 0 10011 100011110 1001101 101110

Color Harmonies of #A41BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BCE

Black with #A41BCE

Text Example


Text Example

White with #A41BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BCE; }

 p { color: rgb(164,27,206); }

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

background-color css

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

 a { background-color: rgb(164,27,206); }

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

border-color css

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

 span { border-color: rgb(164,27,206); }

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