Html Css Color HEX #A540BD Dark Orchid

📋 copy color: '#A540BD'

red 165 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #A540BD

Tints of Dark Orchid #A540BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 39.47%
G = 15.31%
B = 45.22%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A540BD (or 0xA540BD) is known color: Dark Orchid. HEX triplet: A5, 40 and BD. RGB value is (165,64,189). Sum of RGB (Red+Green+Blue) = 165+64+189=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #A540BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540BD is #5ABF42. Grayscale: #6C6C6C. Windows color (decimal): -5947203 or 12402853. OLE color: 12402853.

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

Color convert

RGB 165 64 189 -
CMYK 0.13 0.66 0 0.26
HSL 288.48º 0.49% 0.5% -
HSV(B) 288.48º 0.66% 0.74% -
XYZ 26.54 15.34 49.71 -
YUV 108.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 165 64 189 0.13 0.66 0 0.26 288.48 0.49 0.5
Hex A5 40 BD D 42 0 1A 120 31 32
Octal 245 100 275 15 102 0 32 440 61 62
Binary 10100101 1000000 10111101 1101 1000010 0 11010 100100000 110001 110010

Color Harmonies of #A540BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540BD

Black with #A540BD

Text Example


Text Example

White with #A540BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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