Html Css Color HEX #A41BAC Dark Orchid

📋 copy color: '#A41BAC'

red 164 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #A41BAC

Tints of Dark Orchid #A41BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 45.18%
G = 7.44%
B = 47.38%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41BAC (or 0xA41BAC) is known color: Dark Orchid. HEX triplet: A4, 1B and AC. RGB value is (164,27,172). Sum of RGB (Red+Green+Blue) = 164+27+172=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A41BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BAC is #5BE453. Grayscale: #545454. Windows color (decimal): -6022228 or 11279268. OLE color: 11279268.

HSL color Cylindrical-coordinate representation of color #A41BAC: hue angle of 296.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41BAC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 27 172 -
CMYK 0.05 0.84 0 0.33
HSL 296.69º 0.73% 0.39% -
HSV(B) 296.69º 0.84% 0.67% -
XYZ 23.15 11.65 40.06 -
YUV 84.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 164 27 172 0.05 0.84 0 0.33 296.69 0.73 0.39
Hex A4 1B AC 5 54 0 21 129 49 27
Octal 244 33 254 5 124 0 41 451 111 47
Binary 10100100 11011 10101100 101 1010100 0 100001 100101001 1001001 100111

Color Harmonies of #A41BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BAC

Black with #A41BAC

Text Example


Text Example

White with #A41BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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