Html Css Color HEX #A41FBC Dark Orchid

📋 copy color: '#A41FBC'

red 164 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A41FBC

Tints of Dark Orchid #A41FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 42.82%
G = 8.09%
B = 49.09%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A41FBC (or 0xA41FBC) is known color: Dark Orchid. HEX triplet: A4, 1F and BC. RGB value is (164,31,188). Sum of RGB (Red+Green+Blue) = 164+31+188=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A41FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FBC is #5BE043. Grayscale: #585858. Windows color (decimal): -6021188 or 12328868. OLE color: 12328868.

HSL color Cylindrical-coordinate representation of color #A41FBC: hue angle of 290.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41FBC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 31 188 -
CMYK 0.13 0.84 0 0.26
HSL 290.83º 0.72% 0.43% -
HSV(B) 290.83º 0.84% 0.74% -
XYZ 24.88 12.5 48.68 -
YUV 88.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 164 31 188 0.13 0.84 0 0.26 290.83 0.72 0.43
Hex A4 1F BC D 54 0 1A 123 48 2B
Octal 244 37 274 15 124 0 32 443 110 53
Binary 10100100 11111 10111100 1101 1010100 0 11010 100100011 1001000 101011

Color Harmonies of #A41FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FBC

Black with #A41FBC

Text Example


Text Example

White with #A41FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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