Html Css Color HEX #A41FB3 Dark Orchid

📋 copy color: '#A41FB3'

red 164 ◦ green 31 ◦ blue 179

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

Shades of Dark Orchid #A41FB3

Tints of Dark Orchid #A41FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 43.85%
G = 8.29%
B = 47.86%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A41FB3 (or 0xA41FB3) is known color: Dark Orchid. HEX triplet: A4, 1F and B3. RGB value is (164,31,179). Sum of RGB (Red+Green+Blue) = 164+31+179=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #A41FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FB3 is #5BE04C. Grayscale: #575757. Windows color (decimal): -6021197 or 11739044. OLE color: 11739044.

HSL color Cylindrical-coordinate representation of color #A41FB3: hue angle of 293.92º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41FB3 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 31 179 -
CMYK 0.08 0.83 0 0.30
HSL 293.92º 0.7% 0.41% -
HSV(B) 293.92º 0.83% 0.7% -
XYZ 23.94 12.13 43.73 -
YUV 87.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 164 31 179 0.08 0.83 0 0.30 293.92 0.7 0.41
Hex A4 1F B3 8 53 0 1E 126 46 29
Octal 244 37 263 10 123 0 36 446 106 51
Binary 10100100 11111 10110011 1000 1010011 0 11110 100100110 1000110 101001

Color Harmonies of #A41FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FB3

Black with #A41FB3

Text Example


Text Example

White with #A41FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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