Html Css Color HEX #A41BC5 Dark Orchid

📋 copy color: '#A41BC5'

red 164 ◦ green 27 ◦ blue 197

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

Shades of Dark Orchid #A41BC5

Tints of Dark Orchid #A41BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 42.27%
G = 6.96%
B = 50.77%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A41BC5 (or 0xA41BC5) is known color: Dark Orchid. HEX triplet: A4, 1B and C5. RGB value is (164,27,197). Sum of RGB (Red+Green+Blue) = 164+27+197=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #A41BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BC5 is #5BE43A. Grayscale: #565656. Windows color (decimal): -6022203 or 12917668. OLE color: 12917668.

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

Color convert

RGB 164 27 197 -
CMYK 0.17 0.86 0 0.23
HSL 288.35º 0.76% 0.44% -
HSV(B) 288.35º 0.86% 0.77% -
XYZ 25.78 12.71 53.92 -
YUV 87.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 164 27 197 0.17 0.86 0 0.23 288.35 0.76 0.44
Hex A4 1B C5 11 56 0 17 120 4C 2C
Octal 244 33 305 21 126 0 27 440 114 54
Binary 10100100 11011 11000101 10001 1010110 0 10111 100100000 1001100 101100

Color Harmonies of #A41BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BC5

Black with #A41BC5

Text Example


Text Example

White with #A41BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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