Html Css Color HEX #A41BBE Dark Orchid

📋 copy color: '#A41BBE'

red 164 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #A41BBE

Tints of Dark Orchid #A41BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 43.04%
G = 7.09%
B = 49.87%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A41BBE (or 0xA41BBE) is known color: Dark Orchid. HEX triplet: A4, 1B and BE. RGB value is (164,27,190). Sum of RGB (Red+Green+Blue) = 164+27+190=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A41BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BBE is #5BE441. Grayscale: #565656. Windows color (decimal): -6022210 or 12458916. OLE color: 12458916.

HSL color Cylindrical-coordinate representation of color #A41BBE: hue angle of 290.43º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41BBE is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 27 190 -
CMYK 0.14 0.86 0 0.25
HSL 290.43º 0.75% 0.43% -
HSV(B) 290.43º 0.86% 0.75% -
XYZ 25 12.39 49.79 -
YUV 86.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 164 27 190 0.14 0.86 0 0.25 290.43 0.75 0.43
Hex A4 1B BE E 56 0 19 122 4B 2B
Octal 244 33 276 16 126 0 31 442 113 53
Binary 10100100 11011 10111110 1110 1010110 0 11001 100100010 1001011 101011

Color Harmonies of #A41BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BBE

Black with #A41BBE

Text Example


Text Example

White with #A41BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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