Html Css Color HEX #A518BD Dark Orchid

📋 copy color: '#A518BD'

red 165 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #A518BD

Tints of Dark Orchid #A518BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 43.65%
G = 6.35%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A518BD (or 0xA518BD) is known color: Dark Orchid. HEX triplet: A5, 18 and BD. RGB value is (165,24,189). Sum of RGB (Red+Green+Blue) = 165+24+189=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A518BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518BD is #5AE742. Grayscale: #545454. Windows color (decimal): -5957443 or 12392613. OLE color: 12392613.

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

Color convert

RGB 165 24 189 -
CMYK 0.13 0.87 0 0.26
HSL 291.27º 0.77% 0.42% -
HSV(B) 291.27º 0.87% 0.74% -
XYZ 25.03 12.33 49.2 -
YUV 84.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 165 24 189 0.13 0.87 0 0.26 291.27 0.77 0.42
Hex A5 18 BD D 57 0 1A 123 4D 2A
Octal 245 30 275 15 127 0 32 443 115 52
Binary 10100101 11000 10111101 1101 1010111 0 11010 100100011 1001101 101010

Color Harmonies of #A518BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518BD

Black with #A518BD

Text Example


Text Example

White with #A518BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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