Html Css Color HEX #A41ACB Dark Orchid

📋 copy color: '#A41ACB'

red 164 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #A41ACB

Tints of Dark Orchid #A41ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.62%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 41.73%
G = 6.62%
B = 51.65%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A41ACB (or 0xA41ACB) is known color: Dark Orchid. HEX triplet: A4, 1A and CB. RGB value is (164,26,203). Sum of RGB (Red+Green+Blue) = 164+26+203=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #A41ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ACB is #5BE534. Grayscale: #565656. Windows color (decimal): -6022453 or 13310628. OLE color: 13310628.

HSL color Cylindrical-coordinate representation of color #A41ACB: hue angle of 286.78º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41ACB is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 26 203 -
CMYK 0.19 0.87 0 0.20
HSL 286.78º 0.77% 0.45% -
HSV(B) 286.78º 0.87% 0.8% -
XYZ 26.46 12.94 57.6 -
YUV 87.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 164 26 203 0.19 0.87 0 0.20 286.78 0.77 0.45
Hex A4 1A CB 13 57 0 14 11F 4D 2D
Octal 244 32 313 23 127 0 24 437 115 55
Binary 10100100 11010 11001011 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A41ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41ACB

Black with #A41ACB

Text Example


Text Example

White with #A41ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41ACB; }

 p { color: rgb(164,26,203); }

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

background-color css

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

 a { background-color: rgb(164,26,203); }

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

border-color css

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

 span { border-color: rgb(164,26,203); }

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