Html Css Color HEX #A518BB Dark Orchid

📋 copy color: '#A518BB'

red 165 ◦ green 24 ◦ blue 187

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

Shades of Dark Orchid #A518BB

Tints of Dark Orchid #A518BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 43.88%
G = 6.38%
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

#A518BB (or 0xA518BB) is known color: Dark Orchid. HEX triplet: A5, 18 and BB. RGB value is (165,24,187). Sum of RGB (Red+Green+Blue) = 165+24+187=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #A518BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518BB is #5AE744. Grayscale: #545454. Windows color (decimal): -5957445 or 12261541. OLE color: 12261541.

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

Color convert

RGB 165 24 187 -
CMYK 0.12 0.87 0 0.27
HSL 291.9º 0.77% 0.41% -
HSV(B) 291.9º 0.87% 0.73% -
XYZ 24.81 12.24 48.07 -
YUV 84.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 165 24 187 0.12 0.87 0 0.27 291.9 0.77 0.41
Hex A5 18 BB C 57 0 1B 124 4D 29
Octal 245 30 273 14 127 0 33 444 115 51
Binary 10100101 11000 10111011 1100 1010111 0 11011 100100100 1001101 101001

Color Harmonies of #A518BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518BB

Black with #A518BB

Text Example


Text Example

White with #A518BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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