Html Css Color HEX #A41BC8 Dark Orchid

📋 copy color: '#A41BC8'

red 164 ◦ green 27 ◦ blue 200

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

Shades of Dark Orchid #A41BC8

Tints of Dark Orchid #A41BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 41.94%
G = 6.91%
B = 51.15%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A41BC8 (or 0xA41BC8) is known color: Dark Orchid. HEX triplet: A4, 1B and C8. RGB value is (164,27,200). Sum of RGB (Red+Green+Blue) = 164+27+200=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #A41BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BC8 is #5BE437. Grayscale: #575757. Windows color (decimal): -6022200 or 13114276. OLE color: 13114276.

HSL color Cylindrical-coordinate representation of color #A41BC8: hue angle of 287.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41BC8 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 27 200 -
CMYK 0.18 0.86 0 0.22
HSL 287.51º 0.76% 0.45% -
HSV(B) 287.51º 0.87% 0.78% -
XYZ 26.13 12.85 55.75 -
YUV 87.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 164 27 200 0.18 0.86 0 0.22 287.51 0.76 0.45
Hex A4 1B C8 12 56 0 16 120 4C 2D
Octal 244 33 310 22 126 0 26 440 114 55
Binary 10100100 11011 11001000 10010 1010110 0 10110 100100000 1001100 101101

Color Harmonies of #A41BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BC8

Black with #A41BC8

Text Example


Text Example

White with #A41BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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