Html Css Color HEX #A546DB Dark Orchid

📋 copy color: '#A546DB'

red 165 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #A546DB

Tints of Dark Orchid #A546DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 36.34%
G = 15.42%
B = 48.24%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A546DB (or 0xA546DB) is known color: Dark Orchid. HEX triplet: A5, 46 and DB. RGB value is (165,70,219). Sum of RGB (Red+Green+Blue) = 165+70+219=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A546DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A546DB is #5AB924. Grayscale: #727272. Windows color (decimal): -5945637 or 14370469. OLE color: 14370469.

HSL color Cylindrical-coordinate representation of color #A546DB: hue angle of 278.26º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A546DB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 70 219 -
CMYK 0.25 0.68 0 0.14
HSL 278.26º 0.67% 0.57% -
HSV(B) 278.26º 0.68% 0.86% -
XYZ 30.49 17.49 68.79 -
YUV 115.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 165 70 219 0.25 0.68 0 0.14 278.26 0.67 0.57
Hex A5 46 DB 19 44 0 E 116 43 39
Octal 245 106 333 31 104 0 16 426 103 71
Binary 10100101 1000110 11011011 11001 1000100 0 1110 100010110 1000011 111001

Color Harmonies of #A546DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A546DB

Black with #A546DB

Text Example


Text Example

White with #A546DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A546DB; }

 p { color: rgb(165,70,219); }

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

background-color css

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

 a { background-color: rgb(165,70,219); }

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

border-color css

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

 span { border-color: rgb(165,70,219); }

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