Html Css Color HEX #A41BBA Dark Orchid

📋 copy color: '#A41BBA'

red 164 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #A41BBA

Tints of Dark Orchid #A41BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 43.5%
G = 7.16%
B = 49.34%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A41BBA (or 0xA41BBA) is known color: Dark Orchid. HEX triplet: A4, 1B and BA. RGB value is (164,27,186). Sum of RGB (Red+Green+Blue) = 164+27+186=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A41BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BBA is #5BE445. Grayscale: #555555. Windows color (decimal): -6022214 or 12196772. OLE color: 12196772.

HSL color Cylindrical-coordinate representation of color #A41BBA: hue angle of 291.7º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41BBA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 27 186 -
CMYK 0.12 0.85 0 0.27
HSL 291.7º 0.75% 0.42% -
HSV(B) 291.7º 0.85% 0.73% -
XYZ 24.56 12.22 47.52 -
YUV 86.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 164 27 186 0.12 0.85 0 0.27 291.7 0.75 0.42
Hex A4 1B BA C 55 0 1B 124 4B 2A
Octal 244 33 272 14 125 0 33 444 113 52
Binary 10100100 11011 10111010 1100 1010101 0 11011 100100100 1001011 101010

Color Harmonies of #A41BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BBA

Black with #A41BBA

Text Example


Text Example

White with #A41BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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