Html Css Color HEX #A41BC6 Dark Orchid

📋 copy color: '#A41BC6'

red 164 ◦ green 27 ◦ blue 198

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

Shades of Dark Orchid #A41BC6

Tints of Dark Orchid #A41BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 42.16%
G = 6.94%
B = 50.9%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A41BC6 (or 0xA41BC6) is known color: Dark Orchid. HEX triplet: A4, 1B and C6. RGB value is (164,27,198). Sum of RGB (Red+Green+Blue) = 164+27+198=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #A41BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BC6 is #5BE439. Grayscale: #565656. Windows color (decimal): -6022202 or 12983204. OLE color: 12983204.

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

Color convert

RGB 164 27 198 -
CMYK 0.17 0.86 0 0.22
HSL 288.07º 0.76% 0.44% -
HSV(B) 288.07º 0.86% 0.78% -
XYZ 25.89 12.75 54.52 -
YUV 87.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 164 27 198 0.17 0.86 0 0.22 288.07 0.76 0.44
Hex A4 1B C6 11 56 0 16 120 4C 2C
Octal 244 33 306 21 126 0 26 440 114 54
Binary 10100100 11011 11000110 10001 1010110 0 10110 100100000 1001100 101100

Color Harmonies of #A41BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BC6

Black with #A41BC6

Text Example


Text Example

White with #A41BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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