Html Css Color HEX #A518BA Dark Orchid

📋 copy color: '#A518BA'

red 165 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A518BA

Tints of Dark Orchid #A518BA

RGB

 RED value IS 165 (64.84% from 255) = 44%

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

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

R = 44%
G = 6.4%
B = 49.6%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A518BA (or 0xA518BA) is known color: Dark Orchid. HEX triplet: A5, 18 and BA. RGB value is (165,24,186). Sum of RGB (Red+Green+Blue) = 165+24+186=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A518BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518BA is #5AE745. Grayscale: #545454. Windows color (decimal): -5957446 or 12196005. OLE color: 12196005.

HSL color Cylindrical-coordinate representation of color #A518BA: hue angle of 292.22º 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 #A518BA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 24 186 -
CMYK 0.11 0.87 0 0.27
HSL 292.22º 0.77% 0.41% -
HSV(B) 292.22º 0.87% 0.73% -
XYZ 24.71 12.2 47.51 -
YUV 84.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 165 24 186 0.11 0.87 0 0.27 292.22 0.77 0.41
Hex A5 18 BA B 57 0 1B 124 4D 29
Octal 245 30 272 13 127 0 33 444 115 51
Binary 10100101 11000 10111010 1011 1010111 0 11011 100100100 1001101 101001

Color Harmonies of #A518BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518BA

Black with #A518BA

Text Example


Text Example

White with #A518BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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