Html Css Color HEX #A540BE Dark Orchid

📋 copy color: '#A540BE'

red 165 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #A540BE

Tints of Dark Orchid #A540BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 39.38%
G = 15.27%
B = 45.35%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A540BE (or 0xA540BE) is known color: Dark Orchid. HEX triplet: A5, 40 and BE. RGB value is (165,64,190). Sum of RGB (Red+Green+Blue) = 165+64+190=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #A540BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540BE is #5ABF41. Grayscale: #6C6C6C. Windows color (decimal): -5947202 or 12468389. OLE color: 12468389.

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

Color convert

RGB 165 64 190 -
CMYK 0.13 0.66 0 0.25
HSL 288.1º 0.5% 0.5% -
HSV(B) 288.1º 0.66% 0.75% -
XYZ 26.64 15.38 50.28 -
YUV 108.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 165 64 190 0.13 0.66 0 0.25 288.1 0.5 0.5
Hex A5 40 BE D 42 0 19 120 32 32
Octal 245 100 276 15 102 0 31 440 62 62
Binary 10100101 1000000 10111110 1101 1000010 0 11001 100100000 110010 110010

Color Harmonies of #A540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540BE

Black with #A540BE

Text Example


Text Example

White with #A540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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