Html Css Color HEX #A441E1 Dark Orchid

📋 copy color: '#A441E1'

red 164 ◦ green 65 ◦ blue 225

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

Shades of Dark Orchid #A441E1

Tints of Dark Orchid #A441E1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.32%

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 36.12%
G = 14.32%
B = 49.56%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A441E1 (or 0xA441E1) is known color: Dark Orchid. HEX triplet: A4, 41 and E1. RGB value is (164,65,225). Sum of RGB (Red+Green+Blue) = 164+65+225=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #A441E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441E1 is #5BBE1E. Grayscale: #707070. Windows color (decimal): -6012447 or 14762404. OLE color: 14762404.

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

Color convert

RGB 164 65 225 -
CMYK 0.27 0.71 0 0.12
HSL 277.13º 0.73% 0.57% -
HSV(B) 277.13º 0.71% 0.88% -
XYZ 30.79 17.11 72.91 -
YUV 112.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 164 65 225 0.27 0.71 0 0.12 277.13 0.73 0.57
Hex A4 41 E1 1B 47 0 C 115 49 39
Octal 244 101 341 33 107 0 14 425 111 71
Binary 10100100 1000001 11100001 11011 1000111 0 1100 100010101 1001001 111001

Color Harmonies of #A441E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441E1

Black with #A441E1

Text Example


Text Example

White with #A441E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441E1; }

 p { color: rgb(164,65,225); }

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

background-color css

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

 a { background-color: rgb(164,65,225); }

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

border-color css

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

 span { border-color: rgb(164,65,225); }

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