Html Css Color HEX #A41BDB Dark Orchid

📋 copy color: '#A41BDB'

red 164 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #A41BDB

Tints of Dark Orchid #A41BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 40%
G = 6.59%
B = 53.41%

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

#A41BDB (or 0xA41BDB) is known color: Dark Orchid. HEX triplet: A4, 1B and DB. RGB value is (164,27,219). Sum of RGB (Red+Green+Blue) = 164+27+219=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #A41BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BDB is #5BE424. Grayscale: #595959. Windows color (decimal): -6022181 or 14359460. OLE color: 14359460.

HSL color Cylindrical-coordinate representation of color #A41BDB: hue angle of 282.81º 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 #A41BDB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 27 219 -
CMYK 0.25 0.88 0 0.14
HSL 282.81º 0.78% 0.48% -
HSV(B) 282.81º 0.88% 0.86% -
XYZ 28.49 13.79 68.18 -
YUV 89.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 164 27 219 0.25 0.88 0 0.14 282.81 0.78 0.48
Hex A4 1B DB 19 58 0 E 11B 4E 30
Octal 244 33 333 31 130 0 16 433 116 60
Binary 10100100 11011 11011011 11001 1011000 0 1110 100011011 1001110 110000

Color Harmonies of #A41BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BDB

Black with #A41BDB

Text Example


Text Example

White with #A41BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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