Html Css Color HEX #A41CAD Dark Orchid

📋 copy color: '#A41CAD'

red 164 ◦ green 28 ◦ blue 173

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

Shades of Dark Orchid #A41CAD

Tints of Dark Orchid #A41CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 44.93%
G = 7.67%
B = 47.4%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A41CAD (or 0xA41CAD) is known color: Dark Orchid. HEX triplet: A4, 1C and AD. RGB value is (164,28,173). Sum of RGB (Red+Green+Blue) = 164+28+173=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #A41CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41CAD is #5BE352. Grayscale: #545454. Windows color (decimal): -6021971 or 11345060. OLE color: 11345060.

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

Color convert

RGB 164 28 173 -
CMYK 0.05 0.84 0 0.32
HSL 296.28º 0.72% 0.39% -
HSV(B) 296.28º 0.84% 0.68% -
XYZ 23.27 11.74 40.57 -
YUV 85.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 164 28 173 0.05 0.84 0 0.32 296.28 0.72 0.39
Hex A4 1C AD 5 54 0 20 128 48 27
Octal 244 34 255 5 124 0 40 450 110 47
Binary 10100100 11100 10101101 101 1010100 0 100000 100101000 1001000 100111

Color Harmonies of #A41CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CAD

Black with #A41CAD

Text Example


Text Example

White with #A41CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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