Html Css Color HEX #A418BA Dark Orchid

📋 copy color: '#A418BA'

red 164 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A418BA

Tints of Dark Orchid #A418BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 43.85%
G = 6.42%
B = 49.73%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A418BA (or 0xA418BA) is known color: Dark Orchid. HEX triplet: A4, 18 and BA. RGB value is (164,24,186). Sum of RGB (Red+Green+Blue) = 164+24+186=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A418BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418BA is #5BE745. Grayscale: #535353. Windows color (decimal): -6022982 or 12196004. OLE color: 12196004.

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

Color convert

RGB 164 24 186 -
CMYK 0.12 0.87 0 0.27
HSL 291.85º 0.77% 0.41% -
HSV(B) 291.85º 0.87% 0.73% -
XYZ 24.5 12.09 47.5 -
YUV 84.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 164 24 186 0.12 0.87 0 0.27 291.85 0.77 0.41
Hex A4 18 BA C 57 0 1B 124 4D 29
Octal 244 30 272 14 127 0 33 444 115 51
Binary 10100100 11000 10111010 1100 1010111 0 11011 100100100 1001101 101001

Color Harmonies of #A418BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418BA

Black with #A418BA

Text Example


Text Example

White with #A418BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418BA; }

 p { color: rgb(164,24,186); }

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

background-color css

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

 a { background-color: rgb(164,24,186); }

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

border-color css

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

 span { border-color: rgb(164,24,186); }

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