Html Css Color HEX #A41CAB Dark Orchid

📋 copy color: '#A41CAB'

red 164 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #A41CAB

Tints of Dark Orchid #A41CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 45.18%
G = 7.71%
B = 47.11%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41CAB (or 0xA41CAB) is known color: Dark Orchid. HEX triplet: A4, 1C and AB. RGB value is (164,28,171). Sum of RGB (Red+Green+Blue) = 164+28+171=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A41CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41CAB is #5BE354. Grayscale: #545454. Windows color (decimal): -6021973 or 11213988. OLE color: 11213988.

HSL color Cylindrical-coordinate representation of color #A41CAB: hue angle of 297.06º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41CAB is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 28 171 -
CMYK 0.04 0.84 0 0.33
HSL 297.06º 0.72% 0.39% -
HSV(B) 297.06º 0.84% 0.67% -
XYZ 23.08 11.66 39.56 -
YUV 84.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 164 28 171 0.04 0.84 0 0.33 297.06 0.72 0.39
Hex A4 1C AB 4 54 0 21 129 48 27
Octal 244 34 253 4 124 0 41 451 110 47
Binary 10100100 11100 10101011 100 1010100 0 100001 100101001 1001000 100111

Color Harmonies of #A41CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CAB

Black with #A41CAB

Text Example


Text Example

White with #A41CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CAB; }

 p { color: rgb(164,28,171); }

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

background-color css

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

 a { background-color: rgb(164,28,171); }

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

border-color css

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

 span { border-color: rgb(164,28,171); }

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