Html Css Color HEX #A41CBB Dark Orchid

📋 copy color: '#A41CBB'

red 164 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #A41CBB

Tints of Dark Orchid #A41CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 43.27%
G = 7.39%
B = 49.34%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A41CBB (or 0xA41CBB) is known color: Dark Orchid. HEX triplet: A4, 1C and BB. RGB value is (164,28,187). Sum of RGB (Red+Green+Blue) = 164+28+187=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #A41CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CBB is #5BE344. Grayscale: #565656. Windows color (decimal): -6021957 or 12262564. OLE color: 12262564.

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

Color convert

RGB 164 28 187 -
CMYK 0.12 0.85 0 0.27
HSL 291.32º 0.74% 0.42% -
HSV(B) 291.32º 0.85% 0.73% -
XYZ 24.69 12.31 48.09 -
YUV 86.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 164 28 187 0.12 0.85 0 0.27 291.32 0.74 0.42
Hex A4 1C BB C 55 0 1B 123 4A 2A
Octal 244 34 273 14 125 0 33 443 112 52
Binary 10100100 11100 10111011 1100 1010101 0 11011 100100011 1001010 101010

Color Harmonies of #A41CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CBB

Black with #A41CBB

Text Example


Text Example

White with #A41CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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