Html Css Color HEX #A41BDC Dark Orchid

📋 copy color: '#A41BDC'

red 164 ◦ green 27 ◦ blue 220

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

Shades of Dark Orchid #A41BDC

Tints of Dark Orchid #A41BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 39.9%
G = 6.57%
B = 53.53%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A41BDC (or 0xA41BDC) is known color: Dark Orchid. HEX triplet: A4, 1B and DC. RGB value is (164,27,220). Sum of RGB (Red+Green+Blue) = 164+27+220=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #A41BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BDC is #5BE423. Grayscale: #595959. Windows color (decimal): -6022180 or 14424996. OLE color: 14424996.

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

Color convert

RGB 164 27 220 -
CMYK 0.25 0.88 0 0.14
HSL 282.59º 0.78% 0.48% -
HSV(B) 282.59º 0.88% 0.86% -
XYZ 28.62 13.84 68.87 -
YUV 89.97 201.39 180.81 -
System Red Green Blue C M Y K H S L
Decimal 164 27 220 0.25 0.88 0 0.14 282.59 0.78 0.48
Hex A4 1B DC 19 58 0 E 11B 4E 30
Octal 244 33 334 31 130 0 16 433 116 60
Binary 10100100 11011 11011100 11001 1011000 0 1110 100011011 1001110 110000

Color Harmonies of #A41BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BDC

Black with #A41BDC

Text Example


Text Example

White with #A41BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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