Html Css Color HEX #A41CBC Dark Orchid

📋 copy color: '#A41CBC'

red 164 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #A41CBC

Tints of Dark Orchid #A41CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 43.16%
G = 7.37%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A41CBC (or 0xA41CBC) is known color: Dark Orchid. HEX triplet: A4, 1C and BC. RGB value is (164,28,188). Sum of RGB (Red+Green+Blue) = 164+28+188=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #A41CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CBC is #5BE343. Grayscale: #565656. Windows color (decimal): -6021956 or 12328100. OLE color: 12328100.

HSL color Cylindrical-coordinate representation of color #A41CBC: hue angle of 291º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41CBC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 28 188 -
CMYK 0.13 0.85 0 0.26
HSL 291º 0.74% 0.42% -
HSV(B) 291º 0.85% 0.74% -
XYZ 24.8 12.35 48.65 -
YUV 86.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 164 28 188 0.13 0.85 0 0.26 291 0.74 0.42
Hex A4 1C BC D 55 0 1A 123 4A 2A
Octal 244 34 274 15 125 0 32 443 112 52
Binary 10100100 11100 10111100 1101 1010101 0 11010 100100011 1001010 101010

Color Harmonies of #A41CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CBC

Black with #A41CBC

Text Example


Text Example

White with #A41CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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