Html Css Color HEX #A41BAB Dark Orchid

📋 copy color: '#A41BAB'

red 164 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #A41BAB

Tints of Dark Orchid #A41BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 45.3%
G = 7.46%
B = 47.24%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41BAB (or 0xA41BAB) is known color: Dark Orchid. HEX triplet: A4, 1B and AB. RGB value is (164,27,171). Sum of RGB (Red+Green+Blue) = 164+27+171=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A41BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BAB is #5BE454. Grayscale: #535353. Windows color (decimal): -6022229 or 11213732. OLE color: 11213732.

HSL color Cylindrical-coordinate representation of color #A41BAB: hue angle of 297.08º 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 #A41BAB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 27 171 -
CMYK 0.04 0.84 0 0.33
HSL 297.08º 0.73% 0.39% -
HSV(B) 297.08º 0.84% 0.67% -
XYZ 23.05 11.62 39.56 -
YUV 84.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 164 27 171 0.04 0.84 0 0.33 297.08 0.73 0.39
Hex A4 1B AB 4 54 0 21 129 49 27
Octal 244 33 253 4 124 0 41 451 111 47
Binary 10100100 11011 10101011 100 1010100 0 100001 100101001 1001001 100111

Color Harmonies of #A41BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BAB

Black with #A41BAB

Text Example


Text Example

White with #A41BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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