Html Css Color HEX #A41BDA Dark Orchid

📋 copy color: '#A41BDA'

red 164 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #A41BDA

Tints of Dark Orchid #A41BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 40.1%
G = 6.6%
B = 53.3%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A41BDA (or 0xA41BDA) is known color: Dark Orchid. HEX triplet: A4, 1B and DA. RGB value is (164,27,218). Sum of RGB (Red+Green+Blue) = 164+27+218=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A41BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BDA is #5BE425. Grayscale: #595959. Windows color (decimal): -6022182 or 14293924. OLE color: 14293924.

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

Color convert

RGB 164 27 218 -
CMYK 0.25 0.88 0 0.15
HSL 283.04º 0.78% 0.48% -
HSV(B) 283.04º 0.88% 0.85% -
XYZ 28.36 13.74 67.49 -
YUV 89.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 164 27 218 0.25 0.88 0 0.15 283.04 0.78 0.48
Hex A4 1B DA 19 58 0 F 11B 4E 30
Octal 244 33 332 31 130 0 17 433 116 60
Binary 10100100 11011 11011010 11001 1011000 0 1111 100011011 1001110 110000

Color Harmonies of #A41BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BDA

Black with #A41BDA

Text Example


Text Example

White with #A41BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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