Html Css Color HEX #A41BE0 Dark Orchid

📋 copy color: '#A41BE0'

red 164 ◦ green 27 ◦ blue 224

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

Shades of Dark Orchid #A41BE0

Tints of Dark Orchid #A41BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 39.52%
G = 6.51%
B = 53.98%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A41BE0 (or 0xA41BE0) is known color: Dark Orchid. HEX triplet: A4, 1B and E0. RGB value is (164,27,224). Sum of RGB (Red+Green+Blue) = 164+27+224=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #A41BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BE0 is #5BE41F. Grayscale: #595959. Windows color (decimal): -6022176 or 14687140. OLE color: 14687140.

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

Color convert

RGB 164 27 224 -
CMYK 0.27 0.88 0 0.12
HSL 281.73º 0.78% 0.49% -
HSV(B) 281.73º 0.88% 0.88% -
XYZ 29.16 14.06 71.7 -
YUV 90.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 164 27 224 0.27 0.88 0 0.12 281.73 0.78 0.49
Hex A4 1B E0 1B 58 0 C 11A 4E 31
Octal 244 33 340 33 130 0 14 432 116 61
Binary 10100100 11011 11100000 11011 1011000 0 1100 100011010 1001110 110001

Color Harmonies of #A41BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BE0

Black with #A41BE0

Text Example


Text Example

White with #A41BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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