Html Css Color HEX #A41DBB Dark Orchid

📋 copy color: '#A41DBB'

red 164 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #A41DBB

Tints of Dark Orchid #A41DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 43.16%
G = 7.63%
B = 49.21%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A41DBB (or 0xA41DBB) is known color: Dark Orchid. HEX triplet: A4, 1D and BB. RGB value is (164,29,187). Sum of RGB (Red+Green+Blue) = 164+29+187=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #A41DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DBB is #5BE244. Grayscale: #565656. Windows color (decimal): -6021701 or 12262820. OLE color: 12262820.

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

Color convert

RGB 164 29 187 -
CMYK 0.12 0.84 0 0.27
HSL 291.27º 0.73% 0.42% -
HSV(B) 291.27º 0.84% 0.73% -
XYZ 24.72 12.36 48.1 -
YUV 87.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 164 29 187 0.12 0.84 0 0.27 291.27 0.73 0.42
Hex A4 1D BB C 54 0 1B 123 49 2A
Octal 244 35 273 14 124 0 33 443 111 52
Binary 10100100 11101 10111011 1100 1010100 0 11011 100100011 1001001 101010

Color Harmonies of #A41DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DBB

Black with #A41DBB

Text Example


Text Example

White with #A41DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DBB; }

 p { color: rgb(164,29,187); }

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

background-color css

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

 a { background-color: rgb(164,29,187); }

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

border-color css

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

 span { border-color: rgb(164,29,187); }

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