Html Css Color HEX #A41EB0 Dark Orchid

📋 copy color: '#A41EB0'

red 164 ◦ green 30 ◦ blue 176

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

Shades of Dark Orchid #A41EB0

Tints of Dark Orchid #A41EB0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

 BLUE value IS 176 (69.14% from 255) = 47.57%

R = 44.32%
G = 8.11%
B = 47.57%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A41EB0 (or 0xA41EB0) is known color: Dark Orchid. HEX triplet: A4, 1E and B0. RGB value is (164,30,176). Sum of RGB (Red+Green+Blue) = 164+30+176=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #A41EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EB0 is #5BE14F. Grayscale: #565656. Windows color (decimal): -6021456 or 11542180. OLE color: 11542180.

HSL color Cylindrical-coordinate representation of color #A41EB0: hue angle of 295.07º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41EB0 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 30 176 -
CMYK 0.07 0.83 0 0.31
HSL 295.07º 0.71% 0.4% -
HSV(B) 295.07º 0.83% 0.69% -
XYZ 23.61 11.96 42.14 -
YUV 86.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 164 30 176 0.07 0.83 0 0.31 295.07 0.71 0.4
Hex A4 1E B0 7 53 0 1F 127 47 28
Octal 244 36 260 7 123 0 37 447 107 50
Binary 10100100 11110 10110000 111 1010011 0 11111 100100111 1000111 101000

Color Harmonies of #A41EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EB0

Black with #A41EB0

Text Example


Text Example

White with #A41EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EB0; }

 p { color: rgb(164,30,176); }

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

background-color css

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

 a { background-color: rgb(164,30,176); }

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

border-color css

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

 span { border-color: rgb(164,30,176); }

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