Html Css Color HEX #A540D9 Dark Orchid

📋 copy color: '#A540D9'

red 165 ◦ green 64 ◦ blue 217

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

Shades of Dark Orchid #A540D9

Tints of Dark Orchid #A540D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.65%

R = 37%
G = 14.35%
B = 48.65%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A540D9 (or 0xA540D9) is known color: Dark Orchid. HEX triplet: A5, 40 and D9. RGB value is (165,64,217). Sum of RGB (Red+Green+Blue) = 165+64+217=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #A540D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540D9 is #5ABF26. Grayscale: #6F6F6F. Windows color (decimal): -5947175 or 14237861. OLE color: 14237861.

HSL color Cylindrical-coordinate representation of color #A540D9: hue angle of 279.61º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A540D9 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 64 217 -
CMYK 0.24 0.71 0 0.15
HSL 279.61º 0.67% 0.55% -
HSV(B) 279.61º 0.71% 0.85% -
XYZ 29.87 16.68 67.29 -
YUV 111.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 165 64 217 0.24 0.71 0 0.15 279.61 0.67 0.55
Hex A5 40 D9 18 47 0 F 118 43 37
Octal 245 100 331 30 107 0 17 430 103 67
Binary 10100101 1000000 11011001 11000 1000111 0 1111 100011000 1000011 110111

Color Harmonies of #A540D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540D9

Black with #A540D9

Text Example


Text Example

White with #A540D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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