Html Css Color HEX #A41BBC Dark Orchid

📋 copy color: '#A41BBC'

red 164 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #A41BBC

Tints of Dark Orchid #A41BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.12%

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

R = 43.27%
G = 7.12%
B = 49.6%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A41BBC (or 0xA41BBC) is known color: Dark Orchid. HEX triplet: A4, 1B and BC. RGB value is (164,27,188). Sum of RGB (Red+Green+Blue) = 164+27+188=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #A41BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BBC is #5BE443. Grayscale: #555555. Windows color (decimal): -6022212 or 12327844. OLE color: 12327844.

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

Color convert

RGB 164 27 188 -
CMYK 0.13 0.86 0 0.26
HSL 291.06º 0.75% 0.42% -
HSV(B) 291.06º 0.86% 0.74% -
XYZ 24.78 12.31 48.65 -
YUV 86.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 164 27 188 0.13 0.86 0 0.26 291.06 0.75 0.42
Hex A4 1B BC D 56 0 1A 123 4B 2A
Octal 244 33 274 15 126 0 32 443 113 52
Binary 10100100 11011 10111100 1101 1010110 0 11010 100100011 1001011 101010

Color Harmonies of #A41BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BBC

Black with #A41BBC

Text Example


Text Example

White with #A41BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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