Html Css Color HEX #A41FB1 Dark Orchid

📋 copy color: '#A41FB1'

red 164 ◦ green 31 ◦ blue 177

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

Shades of Dark Orchid #A41FB1

Tints of Dark Orchid #A41FB1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

 BLUE value IS 177 (69.53% from 255) = 47.58%

R = 44.09%
G = 8.33%
B = 47.58%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A41FB1 (or 0xA41FB1) is known color: Dark Orchid. HEX triplet: A4, 1F and B1. RGB value is (164,31,177). Sum of RGB (Red+Green+Blue) = 164+31+177=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #A41FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FB1 is #5BE04E. Grayscale: #565656. Windows color (decimal): -6021199 or 11607972. OLE color: 11607972.

HSL color Cylindrical-coordinate representation of color #A41FB1: hue angle of 294.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41FB1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 31 177 -
CMYK 0.07 0.82 0 0.31
HSL 294.66º 0.7% 0.41% -
HSV(B) 294.66º 0.82% 0.69% -
XYZ 23.74 12.05 42.67 -
YUV 87.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 164 31 177 0.07 0.82 0 0.31 294.66 0.7 0.41
Hex A4 1F B1 7 52 0 1F 127 46 29
Octal 244 37 261 7 122 0 37 447 106 51
Binary 10100100 11111 10110001 111 1010010 0 11111 100100111 1000110 101001

Color Harmonies of #A41FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FB1

Black with #A41FB1

Text Example


Text Example

White with #A41FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FB1; }

 p { color: rgb(164,31,177); }

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

background-color css

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

 a { background-color: rgb(164,31,177); }

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

border-color css

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

 span { border-color: rgb(164,31,177); }

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